#168521
a dark, vivid green · cool · closest name: forestgreen
RGB
22, 133, 33
HSL
126°, 72%, 30%
CMYK
84, 0, 75, 48
Luminance
0.1706
Every format
| HEX | #168521 |
| RGB | rgb(22, 133, 33) |
| HSL | hsl(126, 72%, 30%) |
| CMYK | cmyk(84%, 0%, 75%, 48%) |
| LAB | lab(48.3 -49.5 43.0) |
| LCH | lch(48.3 65.5 139.0) |
| OKLCH | oklch(0.538 0.166 143.9) |
Copy-ready code
/* CSS */
color: #168521;
background-color: #168521;
/* Tailwind (arbitrary) */
class="text-[#168521] bg-[#168521]"
/* SCSS */
$brand: #168521;
/* SwiftUI */
Color(red: 0.086, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#168521")Accessibility — WCAG contrast
Aa
#168521 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#168521 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green52.2%
Blue12.9%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#168521 text on a black background
contrast 4.41:1
Card sample
#168521 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #168521;
Background color
Panel with #168521 background
background-color: #168521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #168521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #168521; background: linear-gradient(135deg, #168521, #16856B);