#09110a
a deep, soft green · cool · closest name: black
RGB
9, 17, 10
HSL
128°, 31%, 5%
CMYK
47, 0, 41, 93
Luminance
0.0048
Every format
| HEX | #09110a |
| RGB | rgb(9, 17, 10) |
| HSL | hsl(128, 31%, 5%) |
| CMYK | cmyk(47%, 0%, 41%, 93%) |
| LAB | lab(4.3 -3.6 2.3) |
| LCH | lch(4.3 4.3 147.4) |
| OKLCH | oklch(0.167 0.019 148.0) |
Copy-ready code
/* CSS */
color: #09110a;
background-color: #09110a;
/* Tailwind (arbitrary) */
class="text-[#09110a] bg-[#09110a]"
/* SCSS */
$brand: #09110a;
/* SwiftUI */
Color(red: 0.035, green: 0.067, blue: 0.039)
/* Android */
Color.parseColor("#09110a")Accessibility — WCAG contrast
Aa
#09110a on white: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09110a on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green6.7%
Blue3.9%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow41.2%
Key (black)93.3%
Color previews
#09110a text on a black background
contrast 1.10:1
Card sample
#09110a text on a white background
contrast 19.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09110a;
Background color
Panel with #09110a background
background-color: #09110a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09110a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 17, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 17, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09110a; background: linear-gradient(135deg, #09110a, #09110F);