#668833
a dark, vivid green · cool · closest name: olivedrab
RGB
102, 136, 51
HSL
84°, 46%, 37%
CMYK
25, 0, 63, 47
Luminance
0.2067
Every format
| HEX | #668833 |
| RGB | rgb(102, 136, 51) |
| HSL | hsl(84, 46%, 37%) |
| CMYK | cmyk(25%, 0%, 63%, 47%) |
| LAB | lab(52.6 -26.1 40.8) |
| LCH | lch(52.6 48.4 122.7) |
| OKLCH | oklch(0.582 0.120 128.1) |
Copy-ready code
/* CSS */
color: #668833;
background-color: #668833;
/* Tailwind (arbitrary) */
class="text-[#668833] bg-[#668833]"
/* SCSS */
$brand: #668833;
/* SwiftUI */
Color(red: 0.400, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#668833")Accessibility — WCAG contrast
Aa
#668833 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668833 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green53.3%
Blue20.0%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#668833 text on a black background
contrast 5.13:1
Card sample
#668833 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668833;
Background color
Panel with #668833 background
background-color: #668833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668833; background: linear-gradient(135deg, #668833, #338839);