#af2aef
a balanced, electric violet · warm · closest name: magenta
RGB
175, 42, 239
HSL
281°, 86%, 55%
CMYK
27, 82, 0, 6
Luminance
0.1700
Every format
| HEX | #af2aef |
| RGB | rgb(175, 42, 239) |
| HSL | hsl(281, 86%, 55%) |
| CMYK | cmyk(27%, 82%, 0%, 6%) |
| LAB | lab(48.3 78.2 -72.0) |
| LCH | lch(48.3 106.3 317.4) |
| OKLCH | oklch(0.590 0.270 310.9) |
Copy-ready code
/* CSS */
color: #af2aef;
background-color: #af2aef;
/* Tailwind (arbitrary) */
class="text-[#af2aef] bg-[#af2aef]"
/* SCSS */
$brand: #af2aef;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#af2aef")Accessibility — WCAG contrast
Aa
#af2aef on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2aef on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#af2aef text on a black background
contrast 4.40:1
Card sample
#af2aef text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2aef;
Background color
Panel with #af2aef background
background-color: #af2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2aef; background: linear-gradient(135deg, #af2aef, #EF2AAC);