#17822f
a dark, vivid green · cool · closest name: forestgreen
RGB
23, 130, 47
HSL
134°, 70%, 30%
CMYK
82, 0, 64, 49
Luminance
0.1635
Every format
| HEX | #17822f |
| RGB | rgb(23, 130, 47) |
| HSL | hsl(134, 70%, 30%) |
| CMYK | cmyk(82%, 0%, 64%, 49%) |
| LAB | lab(47.4 -46.8 36.0) |
| LCH | lch(47.4 59.0 142.5) |
| OKLCH | oklch(0.531 0.152 146.2) |
Copy-ready code
/* CSS */
color: #17822f;
background-color: #17822f;
/* Tailwind (arbitrary) */
class="text-[#17822f] bg-[#17822f]"
/* SCSS */
$brand: #17822f;
/* SwiftUI */
Color(red: 0.090, green: 0.510, blue: 0.184)
/* Android */
Color.parseColor("#17822f")Accessibility — WCAG contrast
Aa
#17822f on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#17822f on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green51.0%
Blue18.4%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow63.8%
Key (black)49.0%
Color previews
#17822f text on a black background
contrast 4.27:1
Card sample
#17822f text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17822f;
Background color
Panel with #17822f background
background-color: #17822f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17822f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 130, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 130, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17822f; background: linear-gradient(135deg, #17822f, #178276);