#174c06
a deep, electric green · cool · closest name: seagreen
RGB
23, 76, 6
HSL
105°, 85%, 16%
CMYK
70, 0, 92, 70
Luminance
0.0536
Every format
| HEX | #174c06 |
| RGB | rgb(23, 76, 6) |
| HSL | hsl(105, 85%, 16%) |
| CMYK | cmyk(70%, 0%, 92%, 70%) |
| LAB | lab(27.8 -31.1 32.8) |
| LCH | lch(27.8 45.2 133.4) |
| OKLCH | oklch(0.367 0.112 139.8) |
Copy-ready code
/* CSS */
color: #174c06;
background-color: #174c06;
/* Tailwind (arbitrary) */
class="text-[#174c06] bg-[#174c06]"
/* SCSS */
$brand: #174c06;
/* SwiftUI */
Color(red: 0.090, green: 0.298, blue: 0.024)
/* Android */
Color.parseColor("#174c06")Accessibility — WCAG contrast
Aa
#174c06 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#174c06 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green29.8%
Blue2.4%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow92.1%
Key (black)70.2%
Color previews
#174c06 text on a black background
contrast 2.07:1
Card sample
#174c06 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #174c06;
Background color
Panel with #174c06 background
background-color: #174c06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #174c06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 76, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 76, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #174c06; background: linear-gradient(135deg, #174c06, #064C24);