#091414
a deep, soft cyan · cool · closest name: black
RGB
9, 20, 20
HSL
180°, 38%, 6%
CMYK
55, 0, 0, 92
Luminance
0.0061
Every format
| HEX | #091414 |
| RGB | rgb(9, 20, 20) |
| HSL | hsl(180, 38%, 6%) |
| CMYK | cmyk(55%, 0%, 0%, 92%) |
| LAB | lab(5.5 -3.7 -1.3) |
| LCH | lch(5.5 3.9 199.4) |
| OKLCH | oklch(0.181 0.016 195.8) |
Copy-ready code
/* CSS */
color: #091414;
background-color: #091414;
/* Tailwind (arbitrary) */
class="text-[#091414] bg-[#091414]"
/* SCSS */
$brand: #091414;
/* SwiftUI */
Color(red: 0.035, green: 0.078, blue: 0.078)
/* Android */
Color.parseColor("#091414")Accessibility — WCAG contrast
Aa
#091414 on white: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091414 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green7.8%
Blue7.8%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow0.0%
Key (black)92.2%
Color previews
#091414 text on a black background
contrast 1.12:1
Card sample
#091414 text on a white background
contrast 18.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091414;
Background color
Panel with #091414 background
background-color: #091414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 20, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 20, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091414; background: linear-gradient(135deg, #091414, #090D14);