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