#606df4
a light, electric blue · warm · closest name: royalblue
RGB
96, 109, 244
HSL
235°, 87%, 67%
CMYK
61, 55, 0, 4
Luminance
0.1996
Every format
| HEX | #606df4 |
| RGB | rgb(96, 109, 244) |
| HSL | hsl(235, 87%, 67%) |
| CMYK | cmyk(61%, 55%, 0%, 4%) |
| LAB | lab(51.8 34.9 -69.4) |
| LCH | lch(51.8 77.7 296.7) |
| OKLCH | oklch(0.598 0.200 274.5) |
Copy-ready code
/* CSS */
color: #606df4;
background-color: #606df4;
/* Tailwind (arbitrary) */
class="text-[#606df4] bg-[#606df4]"
/* SCSS */
$brand: #606df4;
/* SwiftUI */
Color(red: 0.376, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#606df4")Accessibility — WCAG contrast
Aa
#606df4 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#606df4 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green42.7%
Blue95.7%
CMYK percentages
Cyan60.7%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#606df4 text on a black background
contrast 4.99:1
Card sample
#606df4 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606df4;
Background color
Panel with #606df4 background
background-color: #606df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606df4; background: linear-gradient(135deg, #606df4, #B660F4);