#175017
a deep, vivid green · cool · closest name: seagreen
RGB
23, 80, 23
HSL
120°, 55%, 20%
CMYK
71, 0, 71, 69
Luminance
0.0598
Every format
| HEX | #175017 |
| RGB | rgb(23, 80, 23) |
| HSL | hsl(120, 55%, 20%) |
| CMYK | cmyk(71%, 0%, 71%, 69%) |
| LAB | lab(29.4 -31.2 27.4) |
| LCH | lch(29.4 41.5 138.7) |
| OKLCH | oklch(0.381 0.106 143.1) |
Copy-ready code
/* CSS */
color: #175017;
background-color: #175017;
/* Tailwind (arbitrary) */
class="text-[#175017] bg-[#175017]"
/* SCSS */
$brand: #175017;
/* SwiftUI */
Color(red: 0.090, green: 0.314, blue: 0.090)
/* Android */
Color.parseColor("#175017")Accessibility — WCAG contrast
Aa
#175017 on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175017 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.4%
Blue9.0%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow71.2%
Key (black)68.6%
Color previews
#175017 text on a black background
contrast 2.20:1
Card sample
#175017 text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175017;
Background color
Panel with #175017 background
background-color: #175017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 80, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 80, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175017; background: linear-gradient(135deg, #175017, #17503D);