#17533b
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 83, 59
HSL
156°, 57%, 21%
CMYK
72, 0, 29, 68
Luminance
0.0668
Every format
| HEX | #17533b |
| RGB | rgb(23, 83, 59) |
| HSL | hsl(156, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 29%, 68%) |
| LAB | lab(31.1 -25.6 8.6) |
| LCH | lch(31.1 27.1 161.5) |
| OKLCH | oklch(0.397 0.074 162.7) |
Copy-ready code
/* CSS */
color: #17533b;
background-color: #17533b;
/* Tailwind (arbitrary) */
class="text-[#17533b] bg-[#17533b]"
/* SCSS */
$brand: #17533b;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.231)
/* Android */
Color.parseColor("#17533b")Accessibility — WCAG contrast
Aa
#17533b on white: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17533b on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue23.1%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow28.9%
Key (black)67.5%
Color previews
#17533b text on a black background
contrast 2.34:1
Card sample
#17533b text on a white background
contrast 8.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17533b;
Background color
Panel with #17533b background
background-color: #17533b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17533b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17533b; background: linear-gradient(135deg, #17533b, #174353);