#17541c
a deep, vivid green · cool · closest name: seagreen
RGB
23, 84, 28
HSL
125°, 57%, 21%
CMYK
73, 0, 67, 67
Luminance
0.0661
Every format
| HEX | #17541c |
| RGB | rgb(23, 84, 28) |
| HSL | hsl(125, 57%, 21%) |
| CMYK | cmyk(73%, 0%, 67%, 67%) |
| LAB | lab(30.9 -32.2 26.6) |
| LCH | lch(30.9 41.7 140.4) |
| OKLCH | oklch(0.394 0.107 144.4) |
Copy-ready code
/* CSS */
color: #17541c;
background-color: #17541c;
/* Tailwind (arbitrary) */
class="text-[#17541c] bg-[#17541c]"
/* SCSS */
$brand: #17541c;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.110)
/* Android */
Color.parseColor("#17541c")Accessibility — WCAG contrast
Aa
#17541c on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17541c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue11.0%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow66.7%
Key (black)67.1%
Color previews
#17541c text on a black background
contrast 2.32:1
Card sample
#17541c text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17541c;
Background color
Panel with #17541c background
background-color: #17541c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17541c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17541c; background: linear-gradient(135deg, #17541c, #175445);