#511af2
a balanced, electric violet · warm · closest name: blue
RGB
81, 26, 242
HSL
255°, 89%, 53%
CMYK
67, 89, 0, 5
Luminance
0.0890
Every format
| HEX | #511af2 |
| RGB | rgb(81, 26, 242) |
| HSL | hsl(255, 89%, 53%) |
| CMYK | cmyk(67%, 89%, 0%, 5%) |
| LAB | lab(35.8 73.1 -94.6) |
| LCH | lch(35.8 119.6 307.7) |
| OKLCH | oklch(0.480 0.277 279.6) |
Copy-ready code
/* CSS */
color: #511af2;
background-color: #511af2;
/* Tailwind (arbitrary) */
class="text-[#511af2] bg-[#511af2]"
/* SCSS */
$brand: #511af2;
/* SwiftUI */
Color(red: 0.318, green: 0.102, blue: 0.949)
/* Android */
Color.parseColor("#511af2")Accessibility — WCAG contrast
Aa
#511af2 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511af2 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green10.2%
Blue94.9%
CMYK percentages
Cyan66.5%
Magenta89.3%
Yellow0.0%
Key (black)5.1%
Color previews
#511af2 text on a black background
contrast 2.78:1
Card sample
#511af2 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511af2;
Background color
Panel with #511af2 background
background-color: #511af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 26, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 26, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511af2; background: linear-gradient(135deg, #511af2, #E11AF2);