#af6fe7
a light, vivid violet · warm · closest name: slateblue
RGB
175, 111, 231
HSL
272°, 71%, 67%
CMYK
24, 52, 0, 9
Luminance
0.2625
Every format
| HEX | #af6fe7 |
| RGB | rgb(175, 111, 231) |
| HSL | hsl(272, 71%, 67%) |
| CMYK | cmyk(24%, 52%, 0%, 9%) |
| LAB | lab(58.3 47.5 -51.4) |
| LCH | lch(58.3 70.0 312.7) |
| OKLCH | oklch(0.660 0.180 306.8) |
Copy-ready code
/* CSS */
color: #af6fe7;
background-color: #af6fe7;
/* Tailwind (arbitrary) */
class="text-[#af6fe7] bg-[#af6fe7]"
/* SCSS */
$brand: #af6fe7;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.906)
/* Android */
Color.parseColor("#af6fe7")Accessibility — WCAG contrast
Aa
#af6fe7 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fe7 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta51.9%
Yellow0.0%
Key (black)9.4%
Color previews
#af6fe7 text on a black background
contrast 6.25:1
Card sample
#af6fe7 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fe7;
Background color
Panel with #af6fe7 background
background-color: #af6fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fe7; background: linear-gradient(135deg, #af6fe7, #E76FCF);