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