#0e2222
a deep, soft cyan · cool · closest name: black
RGB
14, 34, 34
HSL
180°, 42%, 9%
CMYK
59, 0, 0, 87
Luminance
0.0135
Every format
| HEX | #0e2222 |
| RGB | rgb(14, 34, 34) |
| HSL | hsl(180, 42%, 9%) |
| CMYK | cmyk(59%, 0%, 0%, 87%) |
| LAB | lab(11.6 -8.1 -2.5) |
| LCH | lch(11.6 8.4 197.3) |
| OKLCH | oklch(0.235 0.026 195.5) |
Copy-ready code
/* CSS */
color: #0e2222;
background-color: #0e2222;
/* Tailwind (arbitrary) */
class="text-[#0e2222] bg-[#0e2222]"
/* SCSS */
$brand: #0e2222;
/* SwiftUI */
Color(red: 0.055, green: 0.133, blue: 0.133)
/* Android */
Color.parseColor("#0e2222")Accessibility — WCAG contrast
Aa
#0e2222 on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e2222 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green13.3%
Blue13.3%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow0.0%
Key (black)86.7%
Color previews
#0e2222 text on a black background
contrast 1.27:1
Card sample
#0e2222 text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e2222;
Background color
Panel with #0e2222 background
background-color: #0e2222;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e2222;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 34, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 34, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e2222; background: linear-gradient(135deg, #0e2222, #0E1522);