#66527a
a dark, soft violet · warm · closest name: steelblue
RGB
102, 82, 122
HSL
270°, 20%, 40%
CMYK
16, 33, 0, 52
Luminance
0.1026
Every format
| HEX | #66527a |
| RGB | rgb(102, 82, 122) |
| HSL | hsl(270, 20%, 40%) |
| CMYK | cmyk(16%, 33%, 0%, 52%) |
| LAB | lab(38.3 16.8 -19.6) |
| LCH | lch(38.3 25.8 310.6) |
| OKLCH | oklch(0.475 0.067 306.9) |
Copy-ready code
/* CSS */
color: #66527a;
background-color: #66527a;
/* Tailwind (arbitrary) */
class="text-[#66527a] bg-[#66527a]"
/* SCSS */
$brand: #66527a;
/* SwiftUI */
Color(red: 0.400, green: 0.322, blue: 0.478)
/* Android */
Color.parseColor("#66527a")Accessibility — WCAG contrast
Aa
#66527a on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#66527a on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green32.2%
Blue47.8%
CMYK percentages
Cyan16.4%
Magenta32.8%
Yellow0.0%
Key (black)52.2%
Color previews
#66527a text on a black background
contrast 3.05:1
Card sample
#66527a text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66527a;
Background color
Panel with #66527a background
background-color: #66527a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66527a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 82, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 82, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66527a; background: linear-gradient(135deg, #66527a, #7A5273);