Color Name Finder
Find the nearest CSS named color for any HEX color value
Processed on your device β never uploaded
dodgerblue
#1E90FF
93% match
Top 20 Closest CSS Colors
dodgerblue
#1E90FF
royalblue
#4169E1
cornflowerblue
#6495ED
steelblue
#4682B4
mediumslateblue
#7B68EE
slateblue
#6A5ACD
mediumpurple
#9370DB
deepskyblue
#00BFFF
cadetblue
#5F9EA0
lightseagreen
#20B2AA
mediumturquoise
#48D1CC
lightslategray
#778899
slategray
#708090
darkturquoise
#00CED1
lightskyblue
#87CEFA
skyblue
#87CEEB
turquoise
#40E0D0
darkcyan
#008B8B
mediumaquamarine
#66CDAA
blueviolet
#8A2BE2
Frequently Asked Questions
How many CSS named colors are there?
There are 148 named CSS colors recognized by all modern browsers, ranging from basic names like "red" and "blue" to specific ones like "rebeccapurple" and "cornflowerblue."
How does the color name finder work?
It calculates the perceptual distance between your input color and all 148 CSS named colors, then ranks them by closest match percentage.
Can I use CSS color names in my code instead of hex values?
Yes, CSS named colors are valid in any CSS property. For example, "color: dodgerblue" is equivalent to "color: #1E90FF."