#a509ff
a balanced, electric violet · warm · closest name: blue
RGB
165, 9, 255
HSL
278°, 100%, 52%
CMYK
35, 97, 0, 0
Luminance
0.1541
Every format
| HEX | #a509ff |
| RGB | rgb(165, 9, 255) |
| HSL | hsl(278, 100%, 52%) |
| CMYK | cmyk(35%, 97%, 0%, 0%) |
| LAB | lab(46.2 85.7 -84.4) |
| LCH | lch(46.2 120.3 315.4) |
| OKLCH | oklch(0.577 0.296 305.4) |
Copy-ready code
/* CSS */
color: #a509ff;
background-color: #a509ff;
/* Tailwind (arbitrary) */
class="text-[#a509ff] bg-[#a509ff]"
/* SCSS */
$brand: #a509ff;
/* SwiftUI */
Color(red: 0.647, green: 0.035, blue: 1.000)
/* Android */
Color.parseColor("#a509ff")Accessibility — WCAG contrast
Aa
#a509ff on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a509ff on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green3.5%
Blue100.0%
CMYK percentages
Cyan35.3%
Magenta96.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a509ff text on a black background
contrast 4.08:1
Card sample
#a509ff text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a509ff;
Background color
Panel with #a509ff background
background-color: #a509ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a509ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 9, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 9, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a509ff; background: linear-gradient(135deg, #a509ff, #FF09B5);