#232f49
a deep, soft blue · cool · closest name: darkslategray
RGB
35, 47, 73
HSL
221°, 35%, 21%
CMYK
52, 36, 0, 71
Luminance
0.0287
Every format
| HEX | #232f49 |
| RGB | rgb(35, 47, 73) |
| HSL | hsl(221, 35%, 21%) |
| CMYK | cmyk(52%, 36%, 0%, 71%) |
| LAB | lab(19.5 3.4 -17.7) |
| LCH | lch(19.5 18.0 280.7) |
| OKLCH | oklch(0.307 0.050 264.7) |
Copy-ready code
/* CSS */
color: #232f49;
background-color: #232f49;
/* Tailwind (arbitrary) */
class="text-[#232f49] bg-[#232f49]"
/* SCSS */
$brand: #232f49;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#232f49")Accessibility — WCAG contrast
Aa
#232f49 on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232f49 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue28.6%
CMYK percentages
Cyan52.1%
Magenta35.6%
Yellow0.0%
Key (black)71.4%
Color previews
#232f49 text on a black background
contrast 1.57:1
Card sample
#232f49 text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232f49;
Background color
Panel with #232f49 background
background-color: #232f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232f49; background: linear-gradient(135deg, #232f49, #302349);