#607eee
a light, electric blue · warm · closest name: royalblue
RGB
96, 126, 238
HSL
227°, 81%, 66%
CMYK
60, 47, 0, 7
Luminance
0.2358
Every format
| HEX | #607eee |
| RGB | rgb(96, 126, 238) |
| HSL | hsl(227, 81%, 66%) |
| CMYK | cmyk(60%, 47%, 0%, 7%) |
| LAB | lab(55.7 22.6 -59.8) |
| LCH | lch(55.7 64.0 290.7) |
| OKLCH | oklch(0.626 0.171 269.6) |
Copy-ready code
/* CSS */
color: #607eee;
background-color: #607eee;
/* Tailwind (arbitrary) */
class="text-[#607eee] bg-[#607eee]"
/* SCSS */
$brand: #607eee;
/* SwiftUI */
Color(red: 0.376, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#607eee")Accessibility — WCAG contrast
Aa
#607eee on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607eee on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan59.7%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#607eee text on a black background
contrast 5.72:1
Card sample
#607eee text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607eee;
Background color
Panel with #607eee background
background-color: #607eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607eee; background: linear-gradient(135deg, #607eee, #A160EE);