#17550c
a deep, electric green · cool · closest name: seagreen
RGB
23, 85, 12
HSL
111°, 75%, 19%
CMYK
73, 0, 86, 67
Luminance
0.0671
Every format
| HEX | #17550c |
| RGB | rgb(23, 85, 12) |
| HSL | hsl(111, 75%, 19%) |
| CMYK | cmyk(73%, 0%, 86%, 67%) |
| LAB | lab(31.1 -34.2 33.9) |
| LCH | lch(31.1 48.1 135.3) |
| OKLCH | oklch(0.395 0.120 141.1) |
Copy-ready code
/* CSS */
color: #17550c;
background-color: #17550c;
/* Tailwind (arbitrary) */
class="text-[#17550c] bg-[#17550c]"
/* SCSS */
$brand: #17550c;
/* SwiftUI */
Color(red: 0.090, green: 0.333, blue: 0.047)
/* Android */
Color.parseColor("#17550c")Accessibility — WCAG contrast
Aa
#17550c on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17550c on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.3%
Blue4.7%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow85.9%
Key (black)66.7%
Color previews
#17550c text on a black background
contrast 2.34:1
Card sample
#17550c text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17550c;
Background color
Panel with #17550c background
background-color: #17550c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17550c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 85, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 85, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17550c; background: linear-gradient(135deg, #17550c, #0C5532);