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