#665775
a dark, muted violet · warm · closest name: gray
RGB
102, 87, 117
HSL
270°, 15%, 40%
CMYK
13, 26, 0, 54
Luminance
0.1093
Every format
| HEX | #665775 |
| RGB | rgb(102, 87, 117) |
| HSL | hsl(270, 15%, 40%) |
| CMYK | cmyk(13%, 26%, 0%, 54%) |
| LAB | lab(39.5 12.5 -14.8) |
| LCH | lch(39.5 19.3 310.2) |
| OKLCH | oklch(0.483 0.051 307.3) |
Copy-ready code
/* CSS */
color: #665775;
background-color: #665775;
/* Tailwind (arbitrary) */
class="text-[#665775] bg-[#665775]"
/* SCSS */
$brand: #665775;
/* SwiftUI */
Color(red: 0.400, green: 0.341, blue: 0.459)
/* Android */
Color.parseColor("#665775")Accessibility — WCAG contrast
Aa
#665775 on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665775 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green34.1%
Blue45.9%
CMYK percentages
Cyan12.8%
Magenta25.6%
Yellow0.0%
Key (black)54.1%
Color previews
#665775 text on a black background
contrast 3.19:1
Card sample
#665775 text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665775;
Background color
Panel with #665775 background
background-color: #665775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 87, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 87, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665775; background: linear-gradient(135deg, #665775, #755770);