#176421
a deep, vivid green · cool · closest name: seagreen
RGB
23, 100, 33
HSL
128°, 63%, 24%
CMYK
77, 0, 67, 61
Luminance
0.0941
Every format
| HEX | #176421 |
| RGB | rgb(23, 100, 33) |
| HSL | hsl(128, 63%, 24%) |
| CMYK | cmyk(77%, 0%, 67%, 61%) |
| LAB | lab(36.8 -37.8 30.7) |
| LCH | lch(36.8 48.6 140.9) |
| OKLCH | oklch(0.442 0.125 144.9) |
Copy-ready code
/* CSS */
color: #176421;
background-color: #176421;
/* Tailwind (arbitrary) */
class="text-[#176421] bg-[#176421]"
/* SCSS */
$brand: #176421;
/* SwiftUI */
Color(red: 0.090, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#176421")Accessibility — WCAG contrast
Aa
#176421 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#176421 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green39.2%
Blue12.9%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#176421 text on a black background
contrast 2.88:1
Card sample
#176421 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #176421;
Background color
Panel with #176421 background
background-color: #176421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #176421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #176421; background: linear-gradient(135deg, #176421, #176454);