#0e212f
a deep, vivid blue · cool · closest name: black
RGB
14, 33, 47
HSL
206°, 54%, 12%
CMYK
70, 30, 0, 82
Luminance
0.0139
Every format
| HEX | #0e212f |
| RGB | rgb(14, 33, 47) |
| HSL | hsl(206, 54%, 12%) |
| CMYK | cmyk(70%, 30%, 0%, 82%) |
| LAB | lab(11.9 -2.5 -11.6) |
| LCH | lch(11.9 11.9 258.0) |
| OKLCH | oklch(0.239 0.037 242.4) |
Copy-ready code
/* CSS */
color: #0e212f;
background-color: #0e212f;
/* Tailwind (arbitrary) */
class="text-[#0e212f] bg-[#0e212f]"
/* SCSS */
$brand: #0e212f;
/* SwiftUI */
Color(red: 0.055, green: 0.129, blue: 0.184)
/* Android */
Color.parseColor("#0e212f")Accessibility — WCAG contrast
Aa
#0e212f on white: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e212f on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green12.9%
Blue18.4%
CMYK percentages
Cyan70.2%
Magenta29.8%
Yellow0.0%
Key (black)81.6%
Color previews
#0e212f text on a black background
contrast 1.28:1
Card sample
#0e212f text on a white background
contrast 16.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e212f;
Background color
Panel with #0e212f background
background-color: #0e212f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e212f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 33, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 33, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e212f; background: linear-gradient(135deg, #0e212f, #110E2F);