#176621
a deep, vivid green · cool · closest name: seagreen
RGB
23, 102, 33
HSL
128°, 63%, 25%
CMYK
78, 0, 68, 60
Luminance
0.0979
Every format
| HEX | #176621 |
| RGB | rgb(23, 102, 33) |
| HSL | hsl(128, 63%, 25%) |
| CMYK | cmyk(78%, 0%, 68%, 60%) |
| LAB | lab(37.5 -38.5 31.5) |
| LCH | lch(37.5 49.7 140.7) |
| OKLCH | oklch(0.448 0.127 144.8) |
Copy-ready code
/* CSS */
color: #176621;
background-color: #176621;
/* Tailwind (arbitrary) */
class="text-[#176621] bg-[#176621]"
/* SCSS */
$brand: #176621;
/* SwiftUI */
Color(red: 0.090, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#176621")Accessibility — WCAG contrast
Aa
#176621 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#176621 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green40.0%
Blue12.9%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#176621 text on a black background
contrast 2.96:1
Card sample
#176621 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #176621;
Background color
Panel with #176621 background
background-color: #176621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #176621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #176621; background: linear-gradient(135deg, #176621, #176656);