#091010
a deep, soft cyan · cool · closest name: black
RGB
9, 16, 16
HSL
180°, 28%, 5%
CMYK
44, 0, 0, 94
Luminance
0.0047
Every format
| HEX | #091010 |
| RGB | rgb(9, 16, 16) |
| HSL | hsl(180, 28%, 5%) |
| CMYK | cmyk(44%, 0%, 0%, 94%) |
| LAB | lab(4.2 -2.1 -0.7) |
| LCH | lch(4.2 2.2 199.3) |
| OKLCH | oklch(0.166 0.011 196.2) |
Copy-ready code
/* CSS */
color: #091010;
background-color: #091010;
/* Tailwind (arbitrary) */
class="text-[#091010] bg-[#091010]"
/* SCSS */
$brand: #091010;
/* SwiftUI */
Color(red: 0.035, green: 0.063, blue: 0.063)
/* Android */
Color.parseColor("#091010")Accessibility — WCAG contrast
Aa
#091010 on white: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091010 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green6.3%
Blue6.3%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow0.0%
Key (black)93.7%
Color previews
#091010 text on a black background
contrast 1.09:1
Card sample
#091010 text on a white background
contrast 19.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091010;
Background color
Panel with #091010 background
background-color: #091010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 16, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 16, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091010; background: linear-gradient(135deg, #091010, #090B10);