#665555
a dark, muted red · warm · closest name: gray
RGB
102, 85, 85
HSL
0°, 9%, 37%
CMYK
0, 17, 17, 60
Luminance
0.0998
Every format
| HEX | #665555 |
| RGB | rgb(102, 85, 85) |
| HSL | hsl(0, 9%, 37%) |
| CMYK | cmyk(0%, 17%, 17%, 60%) |
| LAB | lab(37.8 7.0 2.6) |
| LCH | lch(37.8 7.5 20.5) |
| OKLCH | oklch(0.467 0.022 18.0) |
Copy-ready code
/* CSS */
color: #665555;
background-color: #665555;
/* Tailwind (arbitrary) */
class="text-[#665555] bg-[#665555]"
/* SCSS */
$brand: #665555;
/* SwiftUI */
Color(red: 0.400, green: 0.333, blue: 0.333)
/* Android */
Color.parseColor("#665555")Accessibility — WCAG contrast
Aa
#665555 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#665555 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green33.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow16.7%
Key (black)60.0%
Color previews
#665555 text on a black background
contrast 3.00:1
Card sample
#665555 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665555;
Background color
Panel with #665555 background
background-color: #665555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 85, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 85, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665555; background: linear-gradient(135deg, #665555, #666055);