#17510c
a deep, vivid green · cool · closest name: seagreen
RGB
23, 81, 12
HSL
110°, 74%, 18%
CMYK
72, 0, 85, 68
Luminance
0.0609
Every format
| HEX | #17510c |
| RGB | rgb(23, 81, 12) |
| HSL | hsl(110, 74%, 18%) |
| CMYK | cmyk(72%, 0%, 85%, 68%) |
| LAB | lab(29.6 -32.6 32.5) |
| LCH | lch(29.6 46.0 135.1) |
| OKLCH | oklch(0.383 0.115 140.9) |
Copy-ready code
/* CSS */
color: #17510c;
background-color: #17510c;
/* Tailwind (arbitrary) */
class="text-[#17510c] bg-[#17510c]"
/* SCSS */
$brand: #17510c;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.047)
/* Android */
Color.parseColor("#17510c")Accessibility — WCAG contrast
Aa
#17510c on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17510c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue4.7%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow85.2%
Key (black)68.2%
Color previews
#17510c text on a black background
contrast 2.22:1
Card sample
#17510c text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17510c;
Background color
Panel with #17510c background
background-color: #17510c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17510c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17510c; background: linear-gradient(135deg, #17510c, #0C512F);