#a511fd
a balanced, electric violet · warm · closest name: blue
RGB
165, 17, 253
HSL
278°, 98%, 53%
CMYK
35, 93, 0, 1
Luminance
0.1549
Every format
| HEX | #a511fd |
| RGB | rgb(165, 17, 253) |
| HSL | hsl(278, 98%, 53%) |
| CMYK | cmyk(35%, 93%, 0%, 1%) |
| LAB | lab(46.3 84.5 -83.1) |
| LCH | lch(46.3 118.5 315.5) |
| OKLCH | oklch(0.577 0.292 305.7) |
Copy-ready code
/* CSS */
color: #a511fd;
background-color: #a511fd;
/* Tailwind (arbitrary) */
class="text-[#a511fd] bg-[#a511fd]"
/* SCSS */
$brand: #a511fd;
/* SwiftUI */
Color(red: 0.647, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#a511fd")Accessibility — WCAG contrast
Aa
#a511fd on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a511fd on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green6.7%
Blue99.2%
CMYK percentages
Cyan34.8%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a511fd text on a black background
contrast 4.10:1
Card sample
#a511fd text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a511fd;
Background color
Panel with #a511fd background
background-color: #a511fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a511fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a511fd; background: linear-gradient(135deg, #a511fd, #FD11B8);