#17542f
a deep, vivid green · cool · closest name: seagreen
RGB
23, 84, 47
HSL
144°, 57%, 21%
CMYK
73, 0, 44, 67
Luminance
0.0673
Every format
| HEX | #17542f |
| RGB | rgb(23, 84, 47) |
| HSL | hsl(144, 57%, 21%) |
| CMYK | cmyk(73%, 0%, 44%, 67%) |
| LAB | lab(31.2 -28.9 16.1) |
| LCH | lch(31.2 33.1 150.8) |
| OKLCH | oklch(0.397 0.088 152.8) |
Copy-ready code
/* CSS */
color: #17542f;
background-color: #17542f;
/* Tailwind (arbitrary) */
class="text-[#17542f] bg-[#17542f]"
/* SCSS */
$brand: #17542f;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.184)
/* Android */
Color.parseColor("#17542f")Accessibility — WCAG contrast
Aa
#17542f on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17542f on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue18.4%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow44.0%
Key (black)67.1%
Color previews
#17542f text on a black background
contrast 2.35:1
Card sample
#17542f text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17542f;
Background color
Panel with #17542f background
background-color: #17542f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17542f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17542f; background: linear-gradient(135deg, #17542f, #175054);