#af5ff6
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 246
HSL
272°, 89%, 67%
CMYK
29, 61, 0, 4
Luminance
0.2395
Every format
| HEX | #af5ff6 |
| RGB | rgb(175, 95, 246) |
| HSL | hsl(272, 89%, 67%) |
| CMYK | cmyk(29%, 61%, 0%, 4%) |
| LAB | lab(56.0 59.1 -63.3) |
| LCH | lch(56.0 86.6 313.0) |
| OKLCH | oklch(0.646 0.220 305.5) |
Copy-ready code
/* CSS */
color: #af5ff6;
background-color: #af5ff6;
/* Tailwind (arbitrary) */
class="text-[#af5ff6] bg-[#af5ff6]"
/* SCSS */
$brand: #af5ff6;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.965)
/* Android */
Color.parseColor("#af5ff6")Accessibility — WCAG contrast
Aa
#af5ff6 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ff6 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta61.4%
Yellow0.0%
Key (black)3.5%
Color previews
#af5ff6 text on a black background
contrast 5.79:1
Card sample
#af5ff6 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ff6;
Background color
Panel with #af5ff6 background
background-color: #af5ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ff6; background: linear-gradient(135deg, #af5ff6, #F65FD8);