#17580b
a deep, electric green · cool · closest name: seagreen
RGB
23, 88, 11
HSL
111°, 78%, 19%
CMYK
74, 0, 88, 66
Luminance
0.0719
Every format
| HEX | #17580b |
| RGB | rgb(23, 88, 11) |
| HSL | hsl(111, 78%, 19%) |
| CMYK | cmyk(74%, 0%, 88%, 66%) |
| LAB | lab(32.2 -35.4 35.2) |
| LCH | lch(32.2 49.9 135.1) |
| OKLCH | oklch(0.404 0.124 141.1) |
Copy-ready code
/* CSS */
color: #17580b;
background-color: #17580b;
/* Tailwind (arbitrary) */
class="text-[#17580b] bg-[#17580b]"
/* SCSS */
$brand: #17580b;
/* SwiftUI */
Color(red: 0.090, green: 0.345, blue: 0.043)
/* Android */
Color.parseColor("#17580b")Accessibility — WCAG contrast
Aa
#17580b on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17580b on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green34.5%
Blue4.3%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow87.5%
Key (black)65.5%
Color previews
#17580b text on a black background
contrast 2.44:1
Card sample
#17580b text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17580b;
Background color
Panel with #17580b background
background-color: #17580b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17580b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 88, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 88, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17580b; background: linear-gradient(135deg, #17580b, #0B5832);