#176721
a deep, vivid green · cool · closest name: seagreen
RGB
23, 103, 33
HSL
128°, 64%, 25%
CMYK
78, 0, 68, 60
Luminance
0.0999
Every format
| HEX | #176721 |
| RGB | rgb(23, 103, 33) |
| HSL | hsl(128, 64%, 25%) |
| CMYK | cmyk(78%, 0%, 68%, 60%) |
| LAB | lab(37.8 -38.9 31.9) |
| LCH | lch(37.8 50.3 140.6) |
| OKLCH | oklch(0.451 0.129 144.8) |
Copy-ready code
/* CSS */
color: #176721;
background-color: #176721;
/* Tailwind (arbitrary) */
class="text-[#176721] bg-[#176721]"
/* SCSS */
$brand: #176721;
/* SwiftUI */
Color(red: 0.090, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#176721")Accessibility — WCAG contrast
Aa
#176721 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#176721 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green40.4%
Blue12.9%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#176721 text on a black background
contrast 3.00:1
Card sample
#176721 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #176721;
Background color
Panel with #176721 background
background-color: #176721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #176721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #176721; background: linear-gradient(135deg, #176721, #176756);