#af3ce8
a balanced, electric violet · warm · closest name: magenta
RGB
175, 60, 232
HSL
280°, 79%, 57%
CMYK
25, 74, 0, 9
Luminance
0.1817
Every format
| HEX | #af3ce8 |
| RGB | rgb(175, 60, 232) |
| HSL | hsl(280, 79%, 57%) |
| CMYK | cmyk(25%, 74%, 0%, 9%) |
| LAB | lab(49.7 71.2 -65.7) |
| LCH | lch(49.7 96.9 317.3) |
| OKLCH | oklch(0.598 0.249 311.6) |
Copy-ready code
/* CSS */
color: #af3ce8;
background-color: #af3ce8;
/* Tailwind (arbitrary) */
class="text-[#af3ce8] bg-[#af3ce8]"
/* SCSS */
$brand: #af3ce8;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.910)
/* Android */
Color.parseColor("#af3ce8")Accessibility — WCAG contrast
Aa
#af3ce8 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ce8 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta74.1%
Yellow0.0%
Key (black)9.0%
Color previews
#af3ce8 text on a black background
contrast 4.63:1
Card sample
#af3ce8 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ce8;
Background color
Panel with #af3ce8 background
background-color: #af3ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ce8; background: linear-gradient(135deg, #af3ce8, #E83CAE);