#606cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
96, 108, 223
HSL
234°, 67%, 63%
CMYK
57, 52, 0, 13
Luminance
0.1854
Every format
| HEX | #606cdf |
| RGB | rgb(96, 108, 223) |
| HSL | hsl(234, 67%, 63%) |
| CMYK | cmyk(57%, 52%, 0%, 13%) |
| LAB | lab(50.1 28.7 -60.3) |
| LCH | lch(50.1 66.8 295.5) |
| OKLCH | oklch(0.581 0.173 275.2) |
Copy-ready code
/* CSS */
color: #606cdf;
background-color: #606cdf;
/* Tailwind (arbitrary) */
class="text-[#606cdf] bg-[#606cdf]"
/* SCSS */
$brand: #606cdf;
/* SwiftUI */
Color(red: 0.376, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#606cdf")Accessibility — WCAG contrast
Aa
#606cdf on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#606cdf on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green42.4%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#606cdf text on a black background
contrast 4.71:1
Card sample
#606cdf text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606cdf;
Background color
Panel with #606cdf background
background-color: #606cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606cdf; background: linear-gradient(135deg, #606cdf, #A860DF);