#af1eed
a balanced, electric violet · warm · closest name: magenta
RGB
175, 30, 237
HSL
282°, 85%, 52%
CMYK
26, 87, 0, 7
Luminance
0.1616
Every format
| HEX | #af1eed |
| RGB | rgb(175, 30, 237) |
| HSL | hsl(282, 85%, 52%) |
| CMYK | cmyk(26%, 87%, 0%, 7%) |
| LAB | lab(47.2 80.6 -72.6) |
| LCH | lch(47.2 108.5 318.0) |
| OKLCH | oklch(0.582 0.276 311.8) |
Copy-ready code
/* CSS */
color: #af1eed;
background-color: #af1eed;
/* Tailwind (arbitrary) */
class="text-[#af1eed] bg-[#af1eed]"
/* SCSS */
$brand: #af1eed;
/* SwiftUI */
Color(red: 0.686, green: 0.118, blue: 0.929)
/* Android */
Color.parseColor("#af1eed")Accessibility — WCAG contrast
Aa
#af1eed on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1eed on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.8%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta87.3%
Yellow0.0%
Key (black)7.1%
Color previews
#af1eed text on a black background
contrast 4.23:1
Card sample
#af1eed text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1eed;
Background color
Panel with #af1eed background
background-color: #af1eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 30, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 30, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1eed; background: linear-gradient(135deg, #af1eed, #ED1EA1);