#606ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
96, 106, 222
HSL
235°, 66%, 62%
CMYK
57, 52, 0, 13
Luminance
0.1807
Every format
| HEX | #606ade |
| RGB | rgb(96, 106, 222) |
| HSL | hsl(235, 66%, 62%) |
| CMYK | cmyk(57%, 52%, 0%, 13%) |
| LAB | lab(49.6 29.6 -60.7) |
| LCH | lch(49.6 67.5 296.0) |
| OKLCH | oklch(0.577 0.174 275.8) |
Copy-ready code
/* CSS */
color: #606ade;
background-color: #606ade;
/* Tailwind (arbitrary) */
class="text-[#606ade] bg-[#606ade]"
/* SCSS */
$brand: #606ade;
/* SwiftUI */
Color(red: 0.376, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#606ade")Accessibility — WCAG contrast
Aa
#606ade on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#606ade on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green41.6%
Blue87.1%
CMYK percentages
Cyan56.8%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#606ade text on a black background
contrast 4.61:1
Card sample
#606ade text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606ade;
Background color
Panel with #606ade background
background-color: #606ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606ade; background: linear-gradient(135deg, #606ade, #AA60DE);