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