#0e2936
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 41, 54
HSL
200°, 59%, 13%
CMYK
74, 24, 0, 79
Luminance
0.0195
Every format
| HEX | #0e2936 |
| RGB | rgb(14, 41, 54) |
| HSL | hsl(200, 59%, 13%) |
| CMYK | cmyk(74%, 24%, 0%, 79%) |
| LAB | lab(15.2 -5.3 -11.4) |
| LCH | lch(15.2 12.6 245.2) |
| OKLCH | oklch(0.267 0.041 232.0) |
Copy-ready code
/* CSS */
color: #0e2936;
background-color: #0e2936;
/* Tailwind (arbitrary) */
class="text-[#0e2936] bg-[#0e2936]"
/* SCSS */
$brand: #0e2936;
/* SwiftUI */
Color(red: 0.055, green: 0.161, blue: 0.212)
/* Android */
Color.parseColor("#0e2936")Accessibility — WCAG contrast
Aa
#0e2936 on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e2936 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green16.1%
Blue21.2%
CMYK percentages
Cyan74.1%
Magenta24.1%
Yellow0.0%
Key (black)78.8%
Color previews
#0e2936 text on a black background
contrast 1.39:1
Card sample
#0e2936 text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e2936;
Background color
Panel with #0e2936 background
background-color: #0e2936;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e2936;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 41, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 41, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e2936; background: linear-gradient(135deg, #0e2936, #0E0E36);