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