#667621
a dark, vivid green · cool · closest name: olivedrab
RGB
102, 118, 33
HSL
71°, 56%, 30%
CMYK
14, 0, 72, 54
Luminance
0.1589
Every format
| HEX | #667621 |
| RGB | rgb(102, 118, 33) |
| HSL | hsl(71, 56%, 30%) |
| CMYK | cmyk(14%, 0%, 72%, 54%) |
| LAB | lab(46.8 -18.4 42.6) |
| LCH | lch(46.8 46.4 113.3) |
| OKLCH | oklch(0.535 0.110 119.5) |
Copy-ready code
/* CSS */
color: #667621;
background-color: #667621;
/* Tailwind (arbitrary) */
class="text-[#667621] bg-[#667621]"
/* SCSS */
$brand: #667621;
/* SwiftUI */
Color(red: 0.400, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#667621")Accessibility — WCAG contrast
Aa
#667621 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667621 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.3%
Blue12.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#667621 text on a black background
contrast 4.18:1
Card sample
#667621 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667621;
Background color
Panel with #667621 background
background-color: #667621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667621; background: linear-gradient(135deg, #667621, #2D7621);