#af6cf0
a light, electric violet · warm · closest name: slateblue
RGB
175, 108, 240
HSL
271°, 82%, 68%
CMYK
27, 55, 0, 6
Luminance
0.2613
Every format
| HEX | #af6cf0 |
| RGB | rgb(175, 108, 240) |
| HSL | hsl(271, 82%, 68%) |
| CMYK | cmyk(27%, 55%, 0%, 6%) |
| LAB | lab(58.2 51.1 -56.6) |
| LCH | lch(58.2 76.3 312.1) |
| OKLCH | oklch(0.661 0.195 305.1) |
Copy-ready code
/* CSS */
color: #af6cf0;
background-color: #af6cf0;
/* Tailwind (arbitrary) */
class="text-[#af6cf0] bg-[#af6cf0]"
/* SCSS */
$brand: #af6cf0;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.941)
/* Android */
Color.parseColor("#af6cf0")Accessibility — WCAG contrast
Aa
#af6cf0 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cf0 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta55.0%
Yellow0.0%
Key (black)5.9%
Color previews
#af6cf0 text on a black background
contrast 6.23:1
Card sample
#af6cf0 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cf0;
Background color
Panel with #af6cf0 background
background-color: #af6cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cf0; background: linear-gradient(135deg, #af6cf0, #F06CD9);