#a83df2
a balanced, electric violet · warm · closest name: magenta
RGB
168, 61, 242
HSL
276°, 87%, 59%
CMYK
31, 75, 0, 5
Luminance
0.1807
Every format
| HEX | #a83df2 |
| RGB | rgb(168, 61, 242) |
| HSL | hsl(276, 87%, 59%) |
| CMYK | cmyk(31%, 75%, 0%, 5%) |
| LAB | lab(49.6 71.7 -71.6) |
| LCH | lch(49.6 101.3 315.0) |
| OKLCH | oklch(0.598 0.255 307.0) |
Copy-ready code
/* CSS */
color: #a83df2;
background-color: #a83df2;
/* Tailwind (arbitrary) */
class="text-[#a83df2] bg-[#a83df2]"
/* SCSS */
$brand: #a83df2;
/* SwiftUI */
Color(red: 0.659, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#a83df2")Accessibility — WCAG contrast
Aa
#a83df2 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a83df2 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green23.9%
Blue94.9%
CMYK percentages
Cyan30.6%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#a83df2 text on a black background
contrast 4.61:1
Card sample
#a83df2 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a83df2;
Background color
Panel with #a83df2 background
background-color: #a83df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a83df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a83df2; background: linear-gradient(135deg, #a83df2, #F23DC3);