#65249c
a dark, vivid violet · warm · closest name: indigo
RGB
101, 36, 156
HSL
273°, 63%, 38%
CMYK
35, 77, 0, 39
Luminance
0.0643
Every format
| HEX | #65249c |
| RGB | rgb(101, 36, 156) |
| HSL | hsl(273, 63%, 38%) |
| CMYK | cmyk(35%, 77%, 0%, 39%) |
| LAB | lab(30.5 50.5 -52.9) |
| LCH | lch(30.5 73.2 313.7) |
| OKLCH | oklch(0.423 0.182 304.1) |
Copy-ready code
/* CSS */
color: #65249c;
background-color: #65249c;
/* Tailwind (arbitrary) */
class="text-[#65249c] bg-[#65249c]"
/* SCSS */
$brand: #65249c;
/* SwiftUI */
Color(red: 0.396, green: 0.141, blue: 0.612)
/* Android */
Color.parseColor("#65249c")Accessibility — WCAG contrast
Aa
#65249c on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65249c on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green14.1%
Blue61.2%
CMYK percentages
Cyan35.3%
Magenta76.9%
Yellow0.0%
Key (black)38.8%
Color previews
#65249c text on a black background
contrast 2.29:1
Card sample
#65249c text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65249c;
Background color
Panel with #65249c background
background-color: #65249c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65249c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 36, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 36, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65249c; background: linear-gradient(135deg, #65249c, #9C2483);