#46aa21
a dark, vivid green · cool · closest name: forestgreen
RGB
70, 170, 33
HSL
104°, 68%, 40%
CMYK
59, 0, 81, 33
Luminance
0.3016
Every format
| HEX | #46aa21 |
| RGB | rgb(70, 170, 33) |
| HSL | hsl(104, 68%, 40%) |
| CMYK | cmyk(59%, 0%, 81%, 33%) |
| LAB | lab(61.8 -52.6 56.5) |
| LCH | lch(61.8 77.3 133.0) |
| OKLCH | oklch(0.653 0.192 139.2) |
Copy-ready code
/* CSS */
color: #46aa21;
background-color: #46aa21;
/* Tailwind (arbitrary) */
class="text-[#46aa21] bg-[#46aa21]"
/* SCSS */
$brand: #46aa21;
/* SwiftUI */
Color(red: 0.275, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#46aa21")Accessibility — WCAG contrast
Aa
#46aa21 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46aa21 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green66.7%
Blue12.9%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow80.6%
Key (black)33.3%
Color previews
#46aa21 text on a black background
contrast 7.03:1
Card sample
#46aa21 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46aa21;
Background color
Panel with #46aa21 background
background-color: #46aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46aa21; background: linear-gradient(135deg, #46aa21, #21AA57);