#175804
a deep, electric green · cool · closest name: forestgreen
RGB
23, 88, 4
HSL
106°, 91%, 18%
CMYK
74, 0, 96, 66
Luminance
0.0717
Every format
| HEX | #175804 |
| RGB | rgb(23, 88, 4) |
| HSL | hsl(106, 91%, 18%) |
| CMYK | cmyk(74%, 0%, 96%, 66%) |
| LAB | lab(32.2 -35.8 37.4) |
| LCH | lch(32.2 51.8 133.7) |
| OKLCH | oklch(0.404 0.128 140.3) |
Copy-ready code
/* CSS */
color: #175804;
background-color: #175804;
/* Tailwind (arbitrary) */
class="text-[#175804] bg-[#175804]"
/* SCSS */
$brand: #175804;
/* SwiftUI */
Color(red: 0.090, green: 0.345, blue: 0.016)
/* Android */
Color.parseColor("#175804")Accessibility — WCAG contrast
Aa
#175804 on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175804 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green34.5%
Blue1.6%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow95.5%
Key (black)65.5%
Color previews
#175804 text on a black background
contrast 2.43:1
Card sample
#175804 text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175804;
Background color
Panel with #175804 background
background-color: #175804;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175804;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 88, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 88, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175804; background: linear-gradient(135deg, #175804, #045829);