#606df2
a light, electric blue · warm · closest name: royalblue
RGB
96, 109, 242
HSL
235°, 85%, 66%
CMYK
60, 55, 0, 5
Luminance
0.1983
Every format
| HEX | #606df2 |
| RGB | rgb(96, 109, 242) |
| HSL | hsl(235, 85%, 66%) |
| CMYK | cmyk(60%, 55%, 0%, 5%) |
| LAB | lab(51.6 34.3 -68.5) |
| LCH | lch(51.6 76.7 296.6) |
| OKLCH | oklch(0.597 0.197 274.5) |
Copy-ready code
/* CSS */
color: #606df2;
background-color: #606df2;
/* Tailwind (arbitrary) */
class="text-[#606df2] bg-[#606df2]"
/* SCSS */
$brand: #606df2;
/* SwiftUI */
Color(red: 0.376, green: 0.427, blue: 0.949)
/* Android */
Color.parseColor("#606df2")Accessibility — WCAG contrast
Aa
#606df2 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#606df2 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green42.7%
Blue94.9%
CMYK percentages
Cyan60.3%
Magenta55.0%
Yellow0.0%
Key (black)5.1%
Color previews
#606df2 text on a black background
contrast 4.97:1
Card sample
#606df2 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606df2;
Background color
Panel with #606df2 background
background-color: #606df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 109, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 109, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606df2; background: linear-gradient(135deg, #606df2, #B460F2);