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