#17530b
a deep, electric green · cool · closest name: seagreen
RGB
23, 83, 11
HSL
110°, 77%, 18%
CMYK
72, 0, 87, 68
Luminance
0.0639
Every format
| HEX | #17530b |
| RGB | rgb(23, 83, 11) |
| HSL | hsl(110, 77%, 18%) |
| CMYK | cmyk(72%, 0%, 87%, 68%) |
| LAB | lab(30.4 -33.5 33.5) |
| LCH | lch(30.4 47.4 135.0) |
| OKLCH | oklch(0.389 0.118 140.9) |
Copy-ready code
/* CSS */
color: #17530b;
background-color: #17530b;
/* Tailwind (arbitrary) */
class="text-[#17530b] bg-[#17530b]"
/* SCSS */
$brand: #17530b;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.043)
/* Android */
Color.parseColor("#17530b")Accessibility — WCAG contrast
Aa
#17530b on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17530b on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue4.3%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow86.7%
Key (black)67.5%
Color previews
#17530b text on a black background
contrast 2.28:1
Card sample
#17530b text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17530b;
Background color
Panel with #17530b background
background-color: #17530b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17530b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17530b; background: linear-gradient(135deg, #17530b, #0B532F);