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