#174517
a deep, vivid green · cool · closest name: seagreen
RGB
23, 69, 23
HSL
120°, 50%, 18%
CMYK
67, 0, 67, 73
Luminance
0.0450
Every format
| HEX | #174517 |
| RGB | rgb(23, 69, 23) |
| HSL | hsl(120, 50%, 18%) |
| CMYK | cmyk(67%, 0%, 67%, 73%) |
| LAB | lab(25.3 -26.5 22.8) |
| LCH | lch(25.3 34.9 139.3) |
| OKLCH | oklch(0.347 0.090 143.3) |
Copy-ready code
/* CSS */
color: #174517;
background-color: #174517;
/* Tailwind (arbitrary) */
class="text-[#174517] bg-[#174517]"
/* SCSS */
$brand: #174517;
/* SwiftUI */
Color(red: 0.090, green: 0.271, blue: 0.090)
/* Android */
Color.parseColor("#174517")Accessibility — WCAG contrast
Aa
#174517 on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#174517 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.1%
Blue9.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow66.7%
Key (black)72.9%
Color previews
#174517 text on a black background
contrast 1.90:1
Card sample
#174517 text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #174517;
Background color
Panel with #174517 background
background-color: #174517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #174517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 69, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 69, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #174517; background: linear-gradient(135deg, #174517, #174536);