#af0eeb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 14, 235
HSL
284°, 89%, 49%
CMYK
26, 94, 0, 8
Luminance
0.1543
Every format
| HEX | #af0eeb |
| RGB | rgb(175, 14, 235) |
| HSL | hsl(284, 89%, 49%) |
| CMYK | cmyk(26%, 94%, 0%, 8%) |
| LAB | lab(46.2 82.7 -73.1) |
| LCH | lch(46.2 110.3 318.5) |
| OKLCH | oklch(0.575 0.281 312.5) |
Copy-ready code
/* CSS */
color: #af0eeb;
background-color: #af0eeb;
/* Tailwind (arbitrary) */
class="text-[#af0eeb] bg-[#af0eeb]"
/* SCSS */
$brand: #af0eeb;
/* SwiftUI */
Color(red: 0.686, green: 0.055, blue: 0.922)
/* Android */
Color.parseColor("#af0eeb")Accessibility — WCAG contrast
Aa
#af0eeb on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0eeb on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.5%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta94.0%
Yellow0.0%
Key (black)7.8%
Color previews
#af0eeb text on a black background
contrast 4.09:1
Card sample
#af0eeb text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0eeb;
Background color
Panel with #af0eeb background
background-color: #af0eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 14, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 14, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0eeb; background: linear-gradient(135deg, #af0eeb, #EB0E94);