#af0cdc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 220
HSL
287°, 90%, 46%
CMYK
21, 95, 0, 14
Luminance
0.1454
Every format
| HEX | #af0cdc |
| RGB | rgb(175, 12, 220) |
| HSL | hsl(287, 90%, 46%) |
| CMYK | cmyk(21%, 95%, 0%, 14%) |
| LAB | lab(45.0 80.2 -66.5) |
| LCH | lch(45.0 104.2 320.3) |
| OKLCH | oklch(0.563 0.271 316.1) |
Copy-ready code
/* CSS */
color: #af0cdc;
background-color: #af0cdc;
/* Tailwind (arbitrary) */
class="text-[#af0cdc] bg-[#af0cdc]"
/* SCSS */
$brand: #af0cdc;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.863)
/* Android */
Color.parseColor("#af0cdc")Accessibility — WCAG contrast
Aa
#af0cdc on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cdc on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta94.5%
Yellow0.0%
Key (black)13.7%
Color previews
#af0cdc text on a black background
contrast 3.91:1
Card sample
#af0cdc text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cdc;
Background color
Panel with #af0cdc background
background-color: #af0cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cdc; background: linear-gradient(135deg, #af0cdc, #DC0C7E);