#0e2236
a deep, vivid blue · cool · closest name: black
RGB
14, 34, 54
HSL
210°, 59%, 13%
CMYK
74, 37, 0, 79
Luminance
0.0150
Every format
| HEX | #0e2236 |
| RGB | rgb(14, 34, 54) |
| HSL | hsl(210, 59%, 13%) |
| CMYK | cmyk(74%, 37%, 0%, 79%) |
| LAB | lab(12.6 -0.3 -15.4) |
| LCH | lch(12.6 15.4 268.9) |
| OKLCH | oklch(0.246 0.046 250.2) |
Copy-ready code
/* CSS */
color: #0e2236;
background-color: #0e2236;
/* Tailwind (arbitrary) */
class="text-[#0e2236] bg-[#0e2236]"
/* SCSS */
$brand: #0e2236;
/* SwiftUI */
Color(red: 0.055, green: 0.133, blue: 0.212)
/* Android */
Color.parseColor("#0e2236")Accessibility — WCAG contrast
Aa
#0e2236 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e2236 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green13.3%
Blue21.2%
CMYK percentages
Cyan74.1%
Magenta37.0%
Yellow0.0%
Key (black)78.8%
Color previews
#0e2236 text on a black background
contrast 1.30:1
Card sample
#0e2236 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e2236;
Background color
Panel with #0e2236 background
background-color: #0e2236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e2236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 34, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 34, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e2236; background: linear-gradient(135deg, #0e2236, #150E36);