#6504df
a dark, electric violet · warm · closest name: blue
RGB
101, 4, 223
HSL
267°, 97%, 45%
CMYK
55, 98, 0, 13
Luminance
0.0818
Every format
| HEX | #6504df |
| RGB | rgb(101, 4, 223) |
| HSL | hsl(267, 97%, 45%) |
| CMYK | cmyk(55%, 98%, 0%, 13%) |
| LAB | lab(34.4 73.9 -86.1) |
| LCH | lch(34.4 113.5 310.6) |
| OKLCH | oklch(0.469 0.264 290.1) |
Copy-ready code
/* CSS */
color: #6504df;
background-color: #6504df;
/* Tailwind (arbitrary) */
class="text-[#6504df] bg-[#6504df]"
/* SCSS */
$brand: #6504df;
/* SwiftUI */
Color(red: 0.396, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#6504df")Accessibility — WCAG contrast
Aa
#6504df on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6504df on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green1.6%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#6504df text on a black background
contrast 2.64:1
Card sample
#6504df text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6504df;
Background color
Panel with #6504df background
background-color: #6504df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6504df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6504df; background: linear-gradient(135deg, #6504df, #DF04C7);