#67aa21
a dark, vivid green · cool · closest name: olivedrab
RGB
103, 170, 33
HSL
89°, 68%, 40%
CMYK
39, 0, 81, 33
Luminance
0.3174
Every format
| HEX | #67aa21 |
| RGB | rgb(103, 170, 33) |
| HSL | hsl(89, 68%, 40%) |
| CMYK | cmyk(39%, 0%, 81%, 33%) |
| LAB | lab(63.1 -42.5 58.3) |
| LCH | lch(63.1 72.1 126.1) |
| OKLCH | oklch(0.668 0.176 133.0) |
Copy-ready code
/* CSS */
color: #67aa21;
background-color: #67aa21;
/* Tailwind (arbitrary) */
class="text-[#67aa21] bg-[#67aa21]"
/* SCSS */
$brand: #67aa21;
/* SwiftUI */
Color(red: 0.404, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#67aa21")Accessibility — WCAG contrast
Aa
#67aa21 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67aa21 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green66.7%
Blue12.9%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow80.6%
Key (black)33.3%
Color previews
#67aa21 text on a black background
contrast 7.35:1
Card sample
#67aa21 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67aa21;
Background color
Panel with #67aa21 background
background-color: #67aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67aa21; background: linear-gradient(135deg, #67aa21, #21AA36);