#af2ded
a balanced, electric violet · warm · closest name: magenta
RGB
175, 45, 237
HSL
281°, 84%, 55%
CMYK
26, 81, 0, 7
Luminance
0.1711
Every format
| HEX | #af2ded |
| RGB | rgb(175, 45, 237) |
| HSL | hsl(281, 84%, 55%) |
| CMYK | cmyk(26%, 81%, 0%, 7%) |
| LAB | lab(48.4 77.0 -70.7) |
| LCH | lch(48.4 104.5 317.5) |
| OKLCH | oklch(0.590 0.267 311.2) |
Copy-ready code
/* CSS */
color: #af2ded;
background-color: #af2ded;
/* Tailwind (arbitrary) */
class="text-[#af2ded] bg-[#af2ded]"
/* SCSS */
$brand: #af2ded;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.929)
/* Android */
Color.parseColor("#af2ded")Accessibility — WCAG contrast
Aa
#af2ded on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ded on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta81.0%
Yellow0.0%
Key (black)7.1%
Color previews
#af2ded text on a black background
contrast 4.42:1
Card sample
#af2ded text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ded;
Background color
Panel with #af2ded background
background-color: #af2ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ded; background: linear-gradient(135deg, #af2ded, #ED2DAB);