#17531f
a deep, vivid green · cool · closest name: seagreen
RGB
23, 83, 31
HSL
128°, 57%, 21%
CMYK
72, 0, 63, 68
Luminance
0.0647
Every format
| HEX | #17531f |
| RGB | rgb(23, 83, 31) |
| HSL | hsl(128, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 63%, 68%) |
| LAB | lab(30.6 -31.3 24.6) |
| LCH | lch(30.6 39.8 141.9) |
| OKLCH | oklch(0.391 0.103 145.5) |
Copy-ready code
/* CSS */
color: #17531f;
background-color: #17531f;
/* Tailwind (arbitrary) */
class="text-[#17531f] bg-[#17531f]"
/* SCSS */
$brand: #17531f;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.122)
/* Android */
Color.parseColor("#17531f")Accessibility — WCAG contrast
Aa
#17531f on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17531f on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue12.2%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow62.7%
Key (black)67.5%
Color previews
#17531f text on a black background
contrast 2.29:1
Card sample
#17531f text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17531f;
Background color
Panel with #17531f background
background-color: #17531f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17531f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17531f; background: linear-gradient(135deg, #17531f, #175347);