#17522f
a deep, vivid green · cool · closest name: seagreen
RGB
23, 82, 47
HSL
144°, 56%, 21%
CMYK
72, 0, 43, 68
Luminance
0.0642
Every format
| HEX | #17522f |
| RGB | rgb(23, 82, 47) |
| HSL | hsl(144, 56%, 21%) |
| CMYK | cmyk(72%, 0%, 43%, 68%) |
| LAB | lab(30.4 -28.0 15.2) |
| LCH | lch(30.4 31.9 151.6) |
| OKLCH | oklch(0.391 0.085 153.5) |
Copy-ready code
/* CSS */
color: #17522f;
background-color: #17522f;
/* Tailwind (arbitrary) */
class="text-[#17522f] bg-[#17522f]"
/* SCSS */
$brand: #17522f;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#17522f")Accessibility — WCAG contrast
Aa
#17522f on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17522f on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue18.4%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow42.7%
Key (black)67.8%
Color previews
#17522f text on a black background
contrast 2.28:1
Card sample
#17522f text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17522f;
Background color
Panel with #17522f background
background-color: #17522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17522f; background: linear-gradient(135deg, #17522f, #174E52);