#17532f
a deep, vivid green · cool · closest name: seagreen
RGB
23, 83, 47
HSL
144°, 57%, 21%
CMYK
72, 0, 43, 68
Luminance
0.0657
Every format
| HEX | #17532f |
| RGB | rgb(23, 83, 47) |
| HSL | hsl(144, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 43%, 68%) |
| LAB | lab(30.8 -28.5 15.7) |
| LCH | lch(30.8 32.5 151.2) |
| OKLCH | oklch(0.394 0.086 153.1) |
Copy-ready code
/* CSS */
color: #17532f;
background-color: #17532f;
/* Tailwind (arbitrary) */
class="text-[#17532f] bg-[#17532f]"
/* SCSS */
$brand: #17532f;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.184)
/* Android */
Color.parseColor("#17532f")Accessibility — WCAG contrast
Aa
#17532f on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17532f on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue18.4%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow43.4%
Key (black)67.5%
Color previews
#17532f text on a black background
contrast 2.31:1
Card sample
#17532f text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17532f;
Background color
Panel with #17532f background
background-color: #17532f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17532f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17532f; background: linear-gradient(135deg, #17532f, #174F53);