#09170f
a deep, soft green · cool · closest name: black
RGB
9, 23, 15
HSL
146°, 44%, 6%
CMYK
61, 0, 35, 91
Luminance
0.0071
Every format
| HEX | #09170f |
| RGB | rgb(9, 23, 15) |
| HSL | hsl(146, 44%, 6%) |
| CMYK | cmyk(61%, 0%, 35%, 91%) |
| LAB | lab(6.4 -6.8 3.0) |
| LCH | lch(6.4 7.4 156.4) |
| OKLCH | oklch(0.189 0.026 157.7) |
Copy-ready code
/* CSS */
color: #09170f;
background-color: #09170f;
/* Tailwind (arbitrary) */
class="text-[#09170f] bg-[#09170f]"
/* SCSS */
$brand: #09170f;
/* SwiftUI */
Color(red: 0.035, green: 0.090, blue: 0.059)
/* Android */
Color.parseColor("#09170f")Accessibility — WCAG contrast
Aa
#09170f on white: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09170f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green9.0%
Blue5.9%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow34.8%
Key (black)91.0%
Color previews
#09170f text on a black background
contrast 1.14:1
Card sample
#09170f text on a white background
contrast 18.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09170f;
Background color
Panel with #09170f background
background-color: #09170f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09170f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 23, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 23, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09170f; background: linear-gradient(135deg, #09170f, #091617);