#af2aeb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 42, 235
HSL
281°, 83%, 54%
CMYK
26, 82, 0, 8
Luminance
0.1677
Every format
| HEX | #af2aeb |
| RGB | rgb(175, 42, 235) |
| HSL | hsl(281, 83%, 54%) |
| CMYK | cmyk(26%, 82%, 0%, 8%) |
| LAB | lab(48.0 77.5 -70.2) |
| LCH | lch(48.0 104.5 317.8) |
| OKLCH | oklch(0.587 0.267 311.8) |
Copy-ready code
/* CSS */
color: #af2aeb;
background-color: #af2aeb;
/* Tailwind (arbitrary) */
class="text-[#af2aeb] bg-[#af2aeb]"
/* SCSS */
$brand: #af2aeb;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.922)
/* Android */
Color.parseColor("#af2aeb")Accessibility — WCAG contrast
Aa
#af2aeb on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2aeb on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta82.1%
Yellow0.0%
Key (black)7.8%
Color previews
#af2aeb text on a black background
contrast 4.35:1
Card sample
#af2aeb text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2aeb;
Background color
Panel with #af2aeb background
background-color: #af2aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2aeb; background: linear-gradient(135deg, #af2aeb, #EB2AA6);