#667e4e
a dark, soft green · cool · closest name: seagreen
RGB
102, 126, 78
HSL
90°, 24%, 40%
CMYK
19, 0, 38, 51
Luminance
0.1830
Every format
| HEX | #667e4e |
| RGB | rgb(102, 126, 78) |
| HSL | hsl(90, 24%, 40%) |
| CMYK | cmyk(19%, 0%, 38%, 51%) |
| LAB | lab(49.9 -17.8 23.4) |
| LCH | lch(49.9 29.4 127.4) |
| OKLCH | oklch(0.561 0.076 130.1) |
Copy-ready code
/* CSS */
color: #667e4e;
background-color: #667e4e;
/* Tailwind (arbitrary) */
class="text-[#667e4e] bg-[#667e4e]"
/* SCSS */
$brand: #667e4e;
/* SwiftUI */
Color(red: 0.400, green: 0.494, blue: 0.306)
/* Android */
Color.parseColor("#667e4e")Accessibility — WCAG contrast
Aa
#667e4e on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667e4e on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green49.4%
Blue30.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow38.1%
Key (black)50.6%
Color previews
#667e4e text on a black background
contrast 4.66:1
Card sample
#667e4e text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667e4e;
Background color
Panel with #667e4e background
background-color: #667e4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667e4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 126, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 126, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667e4e; background: linear-gradient(135deg, #667e4e, #4E7E56);