#668621
a dark, vivid green · cool · closest name: olivedrab
RGB
102, 134, 33
HSL
79°, 61%, 33%
CMYK
24, 0, 75, 48
Luminance
0.1998
Every format
| HEX | #668621 |
| RGB | rgb(102, 134, 33) |
| HSL | hsl(79, 61%, 33%) |
| CMYK | cmyk(24%, 0%, 75%, 48%) |
| LAB | lab(51.8 -26.5 47.6) |
| LCH | lch(51.8 54.5 119.1) |
| OKLCH | oklch(0.576 0.131 125.8) |
Copy-ready code
/* CSS */
color: #668621;
background-color: #668621;
/* Tailwind (arbitrary) */
class="text-[#668621] bg-[#668621]"
/* SCSS */
$brand: #668621;
/* SwiftUI */
Color(red: 0.400, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#668621")Accessibility — WCAG contrast
Aa
#668621 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668621 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green52.5%
Blue12.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#668621 text on a black background
contrast 5.00:1
Card sample
#668621 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668621;
Background color
Panel with #668621 background
background-color: #668621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668621; background: linear-gradient(135deg, #668621, #238621);