#394875
a dark, soft blue · warm · closest name: steelblue
RGB
57, 72, 117
HSL
225°, 35%, 34%
CMYK
51, 39, 0, 54
Luminance
0.0679
Every format
| HEX | #394875 |
| RGB | rgb(57, 72, 117) |
| HSL | hsl(225, 35%, 34%) |
| CMYK | cmyk(51%, 39%, 0%, 54%) |
| LAB | lab(31.3 7.7 -27.7) |
| LCH | lch(31.3 28.7 285.6) |
| OKLCH | oklch(0.411 0.078 268.8) |
Copy-ready code
/* CSS */
color: #394875;
background-color: #394875;
/* Tailwind (arbitrary) */
class="text-[#394875] bg-[#394875]"
/* SCSS */
$brand: #394875;
/* SwiftUI */
Color(red: 0.224, green: 0.282, blue: 0.459)
/* Android */
Color.parseColor("#394875")Accessibility — WCAG contrast
Aa
#394875 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394875 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green28.2%
Blue45.9%
CMYK percentages
Cyan51.3%
Magenta38.5%
Yellow0.0%
Key (black)54.1%
Color previews
#394875 text on a black background
contrast 2.36:1
Card sample
#394875 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394875;
Background color
Panel with #394875 background
background-color: #394875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 72, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 72, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394875; background: linear-gradient(135deg, #394875, #523975);