#af1ce6
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 230
HSL
284°, 80%, 51%
CMYK
24, 88, 0, 10
Luminance
0.1566
Every format
| HEX | #af1ce6 |
| RGB | rgb(175, 28, 230) |
| HSL | hsl(284, 80%, 51%) |
| CMYK | cmyk(24%, 88%, 0%, 10%) |
| LAB | lab(46.5 79.7 -69.7) |
| LCH | lch(46.5 105.9 318.8) |
| OKLCH | oklch(0.576 0.272 313.4) |
Copy-ready code
/* CSS */
color: #af1ce6;
background-color: #af1ce6;
/* Tailwind (arbitrary) */
class="text-[#af1ce6] bg-[#af1ce6]"
/* SCSS */
$brand: #af1ce6;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.902)
/* Android */
Color.parseColor("#af1ce6")Accessibility — WCAG contrast
Aa
#af1ce6 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ce6 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta87.8%
Yellow0.0%
Key (black)9.8%
Color previews
#af1ce6 text on a black background
contrast 4.13:1
Card sample
#af1ce6 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ce6;
Background color
Panel with #af1ce6 background
background-color: #af1ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ce6; background: linear-gradient(135deg, #af1ce6, #E61C96);