#091813
a deep, vivid cyan · cool · closest name: black
RGB
9, 24, 19
HSL
160°, 46%, 7%
CMYK
63, 0, 21, 91
Luminance
0.0076
Every format
| HEX | #091813 |
| RGB | rgb(9, 24, 19) |
| HSL | hsl(160, 46%, 7%) |
| CMYK | cmyk(63%, 0%, 21%, 91%) |
| LAB | lab(6.8 -6.7 1.3) |
| LCH | lch(6.8 6.8 168.8) |
| OKLCH | oklch(0.194 0.023 170.3) |
Copy-ready code
/* CSS */
color: #091813;
background-color: #091813;
/* Tailwind (arbitrary) */
class="text-[#091813] bg-[#091813]"
/* SCSS */
$brand: #091813;
/* SwiftUI */
Color(red: 0.035, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#091813")Accessibility — WCAG contrast
Aa
#091813 on white: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091813 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green9.4%
Blue7.5%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow20.8%
Key (black)90.6%
Color previews
#091813 text on a black background
contrast 1.15:1
Card sample
#091813 text on a white background
contrast 18.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091813;
Background color
Panel with #091813 background
background-color: #091813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091813; background: linear-gradient(135deg, #091813, #091318);