#af3eeb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 62, 235
HSL
279°, 81%, 58%
CMYK
26, 74, 0, 8
Luminance
0.1856
Every format
| HEX | #af3eeb |
| RGB | rgb(175, 62, 235) |
| HSL | hsl(279, 81%, 58%) |
| CMYK | cmyk(26%, 74%, 0%, 8%) |
| LAB | lab(50.2 71.1 -66.7) |
| LCH | lch(50.2 97.5 316.9) |
| OKLCH | oklch(0.602 0.249 310.8) |
Copy-ready code
/* CSS */
color: #af3eeb;
background-color: #af3eeb;
/* Tailwind (arbitrary) */
class="text-[#af3eeb] bg-[#af3eeb]"
/* SCSS */
$brand: #af3eeb;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.922)
/* Android */
Color.parseColor("#af3eeb")Accessibility — WCAG contrast
Aa
#af3eeb on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3eeb on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta73.6%
Yellow0.0%
Key (black)7.8%
Color previews
#af3eeb text on a black background
contrast 4.71:1
Card sample
#af3eeb text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3eeb;
Background color
Panel with #af3eeb background
background-color: #af3eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3eeb; background: linear-gradient(135deg, #af3eeb, #EB3EB4);