#606cb4
a balanced, soft blue · warm · closest name: steelblue
RGB
96, 108, 180
HSL
231°, 36%, 54%
CMYK
47, 40, 0, 29
Luminance
0.1651
Every format
| HEX | #606cb4 |
| RGB | rgb(96, 108, 180) |
| HSL | hsl(231, 36%, 54%) |
| CMYK | cmyk(47%, 40%, 0%, 29%) |
| LAB | lab(47.6 15.1 -39.7) |
| LCH | lch(47.6 42.5 290.8) |
| OKLCH | oklch(0.554 0.113 275.0) |
Copy-ready code
/* CSS */
color: #606cb4;
background-color: #606cb4;
/* Tailwind (arbitrary) */
class="text-[#606cb4] bg-[#606cb4]"
/* SCSS */
$brand: #606cb4;
/* SwiftUI */
Color(red: 0.376, green: 0.424, blue: 0.706)
/* Android */
Color.parseColor("#606cb4")Accessibility — WCAG contrast
Aa
#606cb4 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#606cb4 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green42.4%
Blue70.6%
CMYK percentages
Cyan46.7%
Magenta40.0%
Yellow0.0%
Key (black)29.4%
Color previews
#606cb4 text on a black background
contrast 4.30:1
Card sample
#606cb4 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606cb4;
Background color
Panel with #606cb4 background
background-color: #606cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 108, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 108, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606cb4; background: linear-gradient(135deg, #606cb4, #8C60B4);