#652b73
a dark, vivid violet · warm · closest name: purple
RGB
101, 43, 115
HSL
288°, 46%, 31%
CMYK
12, 63, 0, 55
Luminance
0.0573
Every format
| HEX | #652b73 |
| RGB | rgb(101, 43, 115) |
| HSL | hsl(288, 46%, 31%) |
| CMYK | cmyk(12%, 63%, 0%, 55%) |
| LAB | lab(28.7 37.8 -30.2) |
| LCH | lch(28.7 48.4 321.4) |
| OKLCH | oklch(0.402 0.130 319.4) |
Copy-ready code
/* CSS */
color: #652b73;
background-color: #652b73;
/* Tailwind (arbitrary) */
class="text-[#652b73] bg-[#652b73]"
/* SCSS */
$brand: #652b73;
/* SwiftUI */
Color(red: 0.396, green: 0.169, blue: 0.451)
/* Android */
Color.parseColor("#652b73")Accessibility — WCAG contrast
Aa
#652b73 on white: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652b73 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green16.9%
Blue45.1%
CMYK percentages
Cyan12.2%
Magenta62.6%
Yellow0.0%
Key (black)54.9%
Color previews
#652b73 text on a black background
contrast 2.15:1
Card sample
#652b73 text on a white background
contrast 9.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652b73;
Background color
Panel with #652b73 background
background-color: #652b73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652b73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 43, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 43, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652b73; background: linear-gradient(135deg, #652b73, #732B51);