#0e2139
a deep, vivid blue · cool · closest name: black
RGB
14, 33, 57
HSL
214°, 61%, 14%
CMYK
75, 42, 0, 78
Luminance
0.0148
Every format
| HEX | #0e2139 |
| RGB | rgb(14, 33, 57) |
| HSL | hsl(214, 61%, 14%) |
| CMYK | cmyk(75%, 42%, 0%, 78%) |
| LAB | lab(12.5 1.7 -17.9) |
| LCH | lch(12.5 17.9 275.5) |
| OKLCH | oklch(0.246 0.052 255.2) |
Copy-ready code
/* CSS */
color: #0e2139;
background-color: #0e2139;
/* Tailwind (arbitrary) */
class="text-[#0e2139] bg-[#0e2139]"
/* SCSS */
$brand: #0e2139;
/* SwiftUI */
Color(red: 0.055, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#0e2139")Accessibility — WCAG contrast
Aa
#0e2139 on white: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e2139 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green12.9%
Blue22.4%
CMYK percentages
Cyan75.4%
Magenta42.1%
Yellow0.0%
Key (black)77.6%
Color previews
#0e2139 text on a black background
contrast 1.30:1
Card sample
#0e2139 text on a white background
contrast 16.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e2139;
Background color
Panel with #0e2139 background
background-color: #0e2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e2139; background: linear-gradient(135deg, #0e2139, #180E39);