#af4cf1
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 76, 241
HSL
276°, 86%, 62%
CMYK
27, 69, 0, 6
Luminance
0.2063
Every format
| HEX | #af4cf1 |
| RGB | rgb(175, 76, 241) |
| HSL | hsl(276, 86%, 62%) |
| CMYK | cmyk(27%, 69%, 0%, 6%) |
| LAB | lab(52.5 66.8 -66.2) |
| LCH | lch(52.5 94.0 315.3) |
| OKLCH | oklch(0.620 0.239 308.4) |
Copy-ready code
/* CSS */
color: #af4cf1;
background-color: #af4cf1;
/* Tailwind (arbitrary) */
class="text-[#af4cf1] bg-[#af4cf1]"
/* SCSS */
$brand: #af4cf1;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.945)
/* Android */
Color.parseColor("#af4cf1")Accessibility — WCAG contrast
Aa
#af4cf1 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4cf1 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta68.5%
Yellow0.0%
Key (black)5.5%
Color previews
#af4cf1 text on a black background
contrast 5.13:1
Card sample
#af4cf1 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cf1;
Background color
Panel with #af4cf1 background
background-color: #af4cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cf1; background: linear-gradient(135deg, #af4cf1, #F14CC5);