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