#af3ce9
a balanced, electric violet · warm · closest name: magenta
RGB
175, 60, 233
HSL
280°, 80%, 58%
CMYK
25, 74, 0, 9
Luminance
0.1823
Every format
| HEX | #af3ce9 |
| RGB | rgb(175, 60, 233) |
| HSL | hsl(280, 80%, 58%) |
| CMYK | cmyk(25%, 74%, 0%, 9%) |
| LAB | lab(49.8 71.4 -66.2) |
| LCH | lch(49.8 97.4 317.2) |
| OKLCH | oklch(0.599 0.250 311.4) |
Copy-ready code
/* CSS */
color: #af3ce9;
background-color: #af3ce9;
/* Tailwind (arbitrary) */
class="text-[#af3ce9] bg-[#af3ce9]"
/* SCSS */
$brand: #af3ce9;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.914)
/* Android */
Color.parseColor("#af3ce9")Accessibility — WCAG contrast
Aa
#af3ce9 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ce9 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta74.2%
Yellow0.0%
Key (black)8.6%
Color previews
#af3ce9 text on a black background
contrast 4.65:1
Card sample
#af3ce9 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ce9;
Background color
Panel with #af3ce9 background
background-color: #af3ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ce9; background: linear-gradient(135deg, #af3ce9, #E93CB0);