#0e2f4b
a deep, vivid blue · cool · closest name: darkslategray
RGB
14, 47, 75
HSL
208°, 69%, 18%
CMYK
81, 37, 0, 71
Luminance
0.0263
Every format
| HEX | #0e2f4b |
| RGB | rgb(14, 47, 75) |
| HSL | hsl(208, 69%, 18%) |
| CMYK | cmyk(81%, 37%, 0%, 71%) |
| LAB | lab(18.5 -0.7 -20.7) |
| LCH | lch(18.5 20.8 268.0) |
| OKLCH | oklch(0.297 0.064 247.7) |
Copy-ready code
/* CSS */
color: #0e2f4b;
background-color: #0e2f4b;
/* Tailwind (arbitrary) */
class="text-[#0e2f4b] bg-[#0e2f4b]"
/* SCSS */
$brand: #0e2f4b;
/* SwiftUI */
Color(red: 0.055, green: 0.184, blue: 0.294)
/* Android */
Color.parseColor("#0e2f4b")Accessibility — WCAG contrast
Aa
#0e2f4b on white: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e2f4b on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green18.4%
Blue29.4%
CMYK percentages
Cyan81.3%
Magenta37.3%
Yellow0.0%
Key (black)70.6%
Color previews
#0e2f4b text on a black background
contrast 1.53:1
Card sample
#0e2f4b text on a white background
contrast 13.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e2f4b;
Background color
Panel with #0e2f4b background
background-color: #0e2f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e2f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 47, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 47, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e2f4b; background: linear-gradient(135deg, #0e2f4b, #160E4B);