#665f6d
a dark, muted gray · warm · closest name: gray
RGB
102, 95, 109
HSL
270°, 7%, 40%
CMYK
6, 13, 0, 57
Luminance
0.1211
Every format
| HEX | #665f6d |
| RGB | rgb(102, 95, 109) |
| HSL | hsl(270, 7%, 40%) |
| CMYK | cmyk(6%, 13%, 0%, 57%) |
| LAB | lab(41.4 5.7 -6.9) |
| LCH | lch(41.4 9.0 309.6) |
| OKLCH | oklch(0.497 0.024 307.9) |
Copy-ready code
/* CSS */
color: #665f6d;
background-color: #665f6d;
/* Tailwind (arbitrary) */
class="text-[#665f6d] bg-[#665f6d]"
/* SCSS */
$brand: #665f6d;
/* SwiftUI */
Color(red: 0.400, green: 0.373, blue: 0.427)
/* Android */
Color.parseColor("#665f6d")Accessibility — WCAG contrast
Aa
#665f6d on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665f6d on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green37.3%
Blue42.7%
CMYK percentages
Cyan6.4%
Magenta12.8%
Yellow0.0%
Key (black)57.3%
Color previews
#665f6d text on a black background
contrast 3.42:1
Card sample
#665f6d text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665f6d;
Background color
Panel with #665f6d background
background-color: #665f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 95, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 95, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665f6d; background: linear-gradient(135deg, #665f6d, #6D5F6B);