#168621
a dark, vivid green · cool · closest name: forestgreen
RGB
22, 134, 33
HSL
126°, 72%, 31%
CMYK
84, 0, 75, 48
Luminance
0.1733
Every format
| HEX | #168621 |
| RGB | rgb(22, 134, 33) |
| HSL | hsl(126, 72%, 31%) |
| CMYK | cmyk(84%, 0%, 75%, 48%) |
| LAB | lab(48.7 -49.8 43.4) |
| LCH | lch(48.7 66.0 138.9) |
| OKLCH | oklch(0.541 0.167 143.8) |
Copy-ready code
/* CSS */
color: #168621;
background-color: #168621;
/* Tailwind (arbitrary) */
class="text-[#168621] bg-[#168621]"
/* SCSS */
$brand: #168621;
/* SwiftUI */
Color(red: 0.086, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#168621")Accessibility — WCAG contrast
Aa
#168621 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#168621 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green52.5%
Blue12.9%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#168621 text on a black background
contrast 4.47:1
Card sample
#168621 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #168621;
Background color
Panel with #168621 background
background-color: #168621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #168621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #168621; background: linear-gradient(135deg, #168621, #16866C);