#667766
a dark, muted gray · cool · closest name: gray
RGB
102, 119, 102
HSL
120°, 8%, 43%
CMYK
14, 0, 14, 53
Luminance
0.1698
Every format
| HEX | #667766 |
| RGB | rgb(102, 119, 102) |
| HSL | hsl(120, 8%, 43%) |
| CMYK | cmyk(14%, 0%, 14%, 53%) |
| LAB | lab(48.2 -9.8 7.3) |
| LCH | lch(48.2 12.2 143.6) |
| OKLCH | oklch(0.550 0.033 145.1) |
Copy-ready code
/* CSS */
color: #667766;
background-color: #667766;
/* Tailwind (arbitrary) */
class="text-[#667766] bg-[#667766]"
/* SCSS */
$brand: #667766;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#667766")Accessibility — WCAG contrast
Aa
#667766 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667766 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue40.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow14.3%
Key (black)53.3%
Color previews
#667766 text on a black background
contrast 4.40:1
Card sample
#667766 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667766;
Background color
Panel with #667766 background
background-color: #667766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667766; background: linear-gradient(135deg, #667766, #667771);