#af0fdf
a balanced, electric violet · warm · closest name: magenta
RGB
175, 15, 223
HSL
286°, 87%, 47%
CMYK
22, 93, 0, 13
Luminance
0.1478
Every format
| HEX | #af0fdf |
| RGB | rgb(175, 15, 223) |
| HSL | hsl(286, 87%, 47%) |
| CMYK | cmyk(22%, 93%, 0%, 13%) |
| LAB | lab(45.3 80.4 -67.7) |
| LCH | lch(45.3 105.1 319.9) |
| OKLCH | oklch(0.566 0.272 315.3) |
Copy-ready code
/* CSS */
color: #af0fdf;
background-color: #af0fdf;
/* Tailwind (arbitrary) */
class="text-[#af0fdf] bg-[#af0fdf]"
/* SCSS */
$brand: #af0fdf;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#af0fdf")Accessibility — WCAG contrast
Aa
#af0fdf on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fdf on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#af0fdf text on a black background
contrast 3.96:1
Card sample
#af0fdf text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fdf;
Background color
Panel with #af0fdf background
background-color: #af0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fdf; background: linear-gradient(135deg, #af0fdf, #DF0F84);