#669521
a dark, vivid green · cool · closest name: olivedrab
RGB
102, 149, 33
HSL
84°, 64%, 36%
CMYK
32, 0, 78, 42
Luminance
0.2443
Every format
| HEX | #669521 |
| RGB | rgb(102, 149, 33) |
| HSL | hsl(84, 64%, 36%) |
| CMYK | cmyk(32%, 0%, 78%, 42%) |
| LAB | lab(56.5 -33.6 52.1) |
| LCH | lch(56.5 62.0 122.9) |
| OKLCH | oklch(0.614 0.150 129.7) |
Copy-ready code
/* CSS */
color: #669521;
background-color: #669521;
/* Tailwind (arbitrary) */
class="text-[#669521] bg-[#669521]"
/* SCSS */
$brand: #669521;
/* SwiftUI */
Color(red: 0.400, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#669521")Accessibility — WCAG contrast
Aa
#669521 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#669521 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green58.4%
Blue12.9%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#669521 text on a black background
contrast 5.89:1
Card sample
#669521 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #669521;
Background color
Panel with #669521 background
background-color: #669521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #669521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #669521; background: linear-gradient(135deg, #669521, #219529);