#af1cda
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 218
HSL
286°, 77%, 48%
CMYK
20, 87, 0, 15
Luminance
0.1501
Every format
| HEX | #af1cda |
| RGB | rgb(175, 28, 218) |
| HSL | hsl(286, 77%, 48%) |
| CMYK | cmyk(20%, 87%, 0%, 15%) |
| LAB | lab(45.6 77.5 -64.3) |
| LCH | lch(45.6 100.7 320.3) |
| OKLCH | oklch(0.567 0.263 316.2) |
Copy-ready code
/* CSS */
color: #af1cda;
background-color: #af1cda;
/* Tailwind (arbitrary) */
class="text-[#af1cda] bg-[#af1cda]"
/* SCSS */
$brand: #af1cda;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.855)
/* Android */
Color.parseColor("#af1cda")Accessibility — WCAG contrast
Aa
#af1cda on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cda on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta87.2%
Yellow0.0%
Key (black)14.5%
Color previews
#af1cda text on a black background
contrast 4.00:1
Card sample
#af1cda text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cda;
Background color
Panel with #af1cda background
background-color: #af1cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cda; background: linear-gradient(135deg, #af1cda, #DA1C86);