#668866
a balanced, muted green · cool · closest name: seagreen
RGB
102, 136, 102
HSL
120°, 14%, 47%
CMYK
25, 0, 25, 47
Luminance
0.2139
Every format
| HEX | #668866 |
| RGB | rgb(102, 136, 102) |
| HSL | hsl(120, 14%, 47%) |
| CMYK | cmyk(25%, 0%, 25%, 47%) |
| LAB | lab(53.4 -19.1 14.5) |
| LCH | lch(53.4 24.0 142.8) |
| OKLCH | oklch(0.591 0.064 144.7) |
Copy-ready code
/* CSS */
color: #668866;
background-color: #668866;
/* Tailwind (arbitrary) */
class="text-[#668866] bg-[#668866]"
/* SCSS */
$brand: #668866;
/* SwiftUI */
Color(red: 0.400, green: 0.533, blue: 0.400)
/* Android */
Color.parseColor("#668866")Accessibility — WCAG contrast
Aa
#668866 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668866 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green53.3%
Blue40.0%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow25.0%
Key (black)46.7%
Color previews
#668866 text on a black background
contrast 5.28:1
Card sample
#668866 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668866;
Background color
Panel with #668866 background
background-color: #668866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 136, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 136, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668866; background: linear-gradient(135deg, #668866, #66887D);