#667744
a dark, soft green · cool · closest name: seagreen
RGB
102, 119, 68
HSL
80°, 27%, 37%
CMYK
14, 0, 43, 53
Luminance
0.1644
Every format
| HEX | #667744 |
| RGB | rgb(102, 119, 68) |
| HSL | hsl(80, 27%, 37%) |
| CMYK | cmyk(14%, 0%, 43%, 53%) |
| LAB | lab(47.5 -15.5 26.0) |
| LCH | lch(47.5 30.2 120.8) |
| OKLCH | oklch(0.542 0.076 124.0) |
Copy-ready code
/* CSS */
color: #667744;
background-color: #667744;
/* Tailwind (arbitrary) */
class="text-[#667744] bg-[#667744]"
/* SCSS */
$brand: #667744;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.267)
/* Android */
Color.parseColor("#667744")Accessibility — WCAG contrast
Aa
#667744 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667744 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue26.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow42.9%
Key (black)53.3%
Color previews
#667744 text on a black background
contrast 4.29:1
Card sample
#667744 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667744;
Background color
Panel with #667744 background
background-color: #667744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667744; background: linear-gradient(135deg, #667744, #447744);