#668844
a dark, soft green · cool · closest name: olivedrab
RGB
102, 136, 68
HSL
90°, 33%, 40%
CMYK
25, 0, 50, 47
Luminance
0.2085
Every format
| HEX | #668844 |
| RGB | rgb(102, 136, 68) |
| HSL | hsl(90, 33%, 40%) |
| CMYK | cmyk(25%, 0%, 50%, 47%) |
| LAB | lab(52.8 -24.3 32.5) |
| LCH | lch(52.8 40.6 126.8) |
| OKLCH | oklch(0.585 0.103 130.8) |
Copy-ready code
/* CSS */
color: #668844;
background-color: #668844;
/* Tailwind (arbitrary) */
class="text-[#668844] bg-[#668844]"
/* SCSS */
$brand: #668844;
/* SwiftUI */
Color(red: 0.400, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#668844")Accessibility — WCAG contrast
Aa
#668844 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668844 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green53.3%
Blue26.7%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#668844 text on a black background
contrast 5.17:1
Card sample
#668844 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668844;
Background color
Panel with #668844 background
background-color: #668844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668844; background: linear-gradient(135deg, #668844, #44884F);