#172105
a deep, vivid green · cool · closest name: black
RGB
23, 33, 5
HSL
81°, 74%, 8%
CMYK
30, 0, 85, 87
Luminance
0.0128
Every format
| HEX | #172105 |
| RGB | rgb(23, 33, 5) |
| HSL | hsl(81, 74%, 8%) |
| CMYK | cmyk(30%, 0%, 85%, 87%) |
| LAB | lab(11.1 -10.3 14.3) |
| LCH | lch(11.1 17.6 125.6) |
| OKLCH | oklch(0.231 0.049 126.4) |
Copy-ready code
/* CSS */
color: #172105;
background-color: #172105;
/* Tailwind (arbitrary) */
class="text-[#172105] bg-[#172105]"
/* SCSS */
$brand: #172105;
/* SwiftUI */
Color(red: 0.090, green: 0.129, blue: 0.020)
/* Android */
Color.parseColor("#172105")Accessibility — WCAG contrast
Aa
#172105 on white: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#172105 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green12.9%
Blue2.0%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow84.8%
Key (black)87.1%
Color previews
#172105 text on a black background
contrast 1.26:1
Card sample
#172105 text on a white background
contrast 16.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #172105;
Background color
Panel with #172105 background
background-color: #172105;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #172105;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 33, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 33, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #172105; background: linear-gradient(135deg, #172105, #052106);