#174921
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 73, 33
HSL
132°, 52%, 19%
CMYK
69, 0, 55, 71
Luminance
0.0506
Every format
| HEX | #174921 |
| RGB | rgb(23, 73, 33) |
| HSL | hsl(132, 52%, 19%) |
| CMYK | cmyk(69%, 0%, 55%, 71%) |
| LAB | lab(26.9 -26.7 19.0) |
| LCH | lch(26.9 32.8 144.5) |
| OKLCH | oklch(0.361 0.086 147.4) |
Copy-ready code
/* CSS */
color: #174921;
background-color: #174921;
/* Tailwind (arbitrary) */
class="text-[#174921] bg-[#174921]"
/* SCSS */
$brand: #174921;
/* SwiftUI */
Color(red: 0.090, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#174921")Accessibility — WCAG contrast
Aa
#174921 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#174921 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green28.6%
Blue12.9%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow54.8%
Key (black)71.4%
Color previews
#174921 text on a black background
contrast 2.01:1
Card sample
#174921 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #174921;
Background color
Panel with #174921 background
background-color: #174921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #174921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #174921; background: linear-gradient(135deg, #174921, #174942);