#665588
a dark, soft violet · warm · closest name: steelblue
RGB
102, 85, 136
HSL
260°, 23%, 43%
CMYK
25, 38, 0, 47
Luminance
0.1110
Every format
| HEX | #665588 |
| RGB | rgb(102, 85, 136) |
| HSL | hsl(260, 23%, 43%) |
| CMYK | cmyk(25%, 38%, 0%, 47%) |
| LAB | lab(39.8 18.4 -25.9) |
| LCH | lch(39.8 31.8 305.4) |
| OKLCH | oklch(0.488 0.082 298.7) |
Copy-ready code
/* CSS */
color: #665588;
background-color: #665588;
/* Tailwind (arbitrary) */
class="text-[#665588] bg-[#665588]"
/* SCSS */
$brand: #665588;
/* SwiftUI */
Color(red: 0.400, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#665588")Accessibility — WCAG contrast
Aa
#665588 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#665588 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green33.3%
Blue53.3%
CMYK percentages
Cyan25.0%
Magenta37.5%
Yellow0.0%
Key (black)46.7%
Color previews
#665588 text on a black background
contrast 3.22:1
Card sample
#665588 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665588;
Background color
Panel with #665588 background
background-color: #665588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665588; background: linear-gradient(135deg, #665588, #885588);