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