#168421
a dark, vivid green · cool · closest name: forestgreen
RGB
22, 132, 33
HSL
126°, 71%, 30%
CMYK
83, 0, 75, 48
Luminance
0.1678
Every format
| HEX | #168421 |
| RGB | rgb(22, 132, 33) |
| HSL | hsl(126, 71%, 30%) |
| CMYK | cmyk(83%, 0%, 75%, 48%) |
| LAB | lab(48.0 -49.1 42.7) |
| LCH | lch(48.0 65.1 139.0) |
| OKLCH | oklch(0.535 0.164 143.9) |
Copy-ready code
/* CSS */
color: #168421;
background-color: #168421;
/* Tailwind (arbitrary) */
class="text-[#168421] bg-[#168421]"
/* SCSS */
$brand: #168421;
/* SwiftUI */
Color(red: 0.086, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#168421")Accessibility — WCAG contrast
Aa
#168421 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#168421 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green51.8%
Blue12.9%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#168421 text on a black background
contrast 4.36:1
Card sample
#168421 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #168421;
Background color
Panel with #168421 background
background-color: #168421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #168421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #168421; background: linear-gradient(135deg, #168421, #16846A);