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