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
93%
royalblue
#4169E1
92%
cornflowerblue
#6495ED
90%
steelblue
#4682B4
86%
mediumslateblue
#7B68EE
85%
slateblue
#6A5ACD
83%
mediumpurple
#9370DB
81%
deepskyblue
#00BFFF
80%
cadetblue
#5F9EA0
79%
lightseagreen
#20B2AA
78%
mediumturquoise
#48D1CC
77%
lightslategray
#778899
77%
slategray
#708090
76%
darkturquoise
#00CED1
76%
lightskyblue
#87CEFA
75%
skyblue
#87CEEB
75%
turquoise
#40E0D0
74%
darkcyan
#008B8B
74%
mediumaquamarine
#66CDAA
73%
blueviolet
#8A2BE2
72%

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."