#af1cf0
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 240
HSL
282°, 88%, 53%
CMYK
27, 88, 0, 6
Luminance
0.1624
Every format
| HEX | #af1cf0 |
| RGB | rgb(175, 28, 240) |
| HSL | hsl(282, 88%, 53%) |
| CMYK | cmyk(27%, 88%, 0%, 6%) |
| LAB | lab(47.3 81.5 -74.2) |
| LCH | lch(47.3 110.2 317.7) |
| OKLCH | oklch(0.583 0.280 311.2) |
Copy-ready code
/* CSS */
color: #af1cf0;
background-color: #af1cf0;
/* Tailwind (arbitrary) */
class="text-[#af1cf0] bg-[#af1cf0]"
/* SCSS */
$brand: #af1cf0;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.941)
/* Android */
Color.parseColor("#af1cf0")Accessibility — WCAG contrast
Aa
#af1cf0 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cf0 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta88.3%
Yellow0.0%
Key (black)5.9%
Color previews
#af1cf0 text on a black background
contrast 4.25:1
Card sample
#af1cf0 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cf0;
Background color
Panel with #af1cf0 background
background-color: #af1cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cf0; background: linear-gradient(135deg, #af1cf0, #F01CA4);