#af0dfb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 13, 251
HSL
281°, 97%, 52%
CMYK
30, 95, 0, 2
Luminance
0.1637
Every format
| HEX | #af0dfb |
| RGB | rgb(175, 13, 251) |
| HSL | hsl(281, 97%, 52%) |
| CMYK | cmyk(30%, 95%, 0%, 2%) |
| LAB | lab(47.5 85.7 -80.0) |
| LCH | lch(47.5 117.3 316.9) |
| OKLCH | oklch(0.587 0.294 309.1) |
Copy-ready code
/* CSS */
color: #af0dfb;
background-color: #af0dfb;
/* Tailwind (arbitrary) */
class="text-[#af0dfb] bg-[#af0dfb]"
/* SCSS */
$brand: #af0dfb;
/* SwiftUI */
Color(red: 0.686, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#af0dfb")Accessibility — WCAG contrast
Aa
#af0dfb on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0dfb on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#af0dfb text on a black background
contrast 4.27:1
Card sample
#af0dfb text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0dfb;
Background color
Panel with #af0dfb background
background-color: #af0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0dfb; background: linear-gradient(135deg, #af0dfb, #FB0DA9);