#0e1b29
a deep, vivid blue · cool · closest name: black
RGB
14, 27, 41
HSL
211°, 49%, 11%
CMYK
66, 34, 0, 84
Luminance
0.0104
Every format
| HEX | #0e1b29 |
| RGB | rgb(14, 27, 41) |
| HSL | hsl(211, 49%, 11%) |
| CMYK | cmyk(66%, 34%, 0%, 84%) |
| LAB | lab(9.3 -0.5 -11.2) |
| LCH | lch(9.3 11.3 267.6) |
| OKLCH | oklch(0.218 0.033 251.3) |
Copy-ready code
/* CSS */
color: #0e1b29;
background-color: #0e1b29;
/* Tailwind (arbitrary) */
class="text-[#0e1b29] bg-[#0e1b29]"
/* SCSS */
$brand: #0e1b29;
/* SwiftUI */
Color(red: 0.055, green: 0.106, blue: 0.161)
/* Android */
Color.parseColor("#0e1b29")Accessibility — WCAG contrast
Aa
#0e1b29 on white: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e1b29 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green10.6%
Blue16.1%
CMYK percentages
Cyan65.9%
Magenta34.1%
Yellow0.0%
Key (black)83.9%
Color previews
#0e1b29 text on a black background
contrast 1.21:1
Card sample
#0e1b29 text on a white background
contrast 17.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e1b29;
Background color
Panel with #0e1b29 background
background-color: #0e1b29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e1b29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 27, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 27, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e1b29; background: linear-gradient(135deg, #0e1b29, #130E29);