#af6bfe
a light, electric violet · warm · closest name: slateblue
RGB
175, 107, 254
HSL
268°, 99%, 71%
CMYK
31, 58, 0, 0
Luminance
0.2679
Every format
| HEX | #af6bfe |
| RGB | rgb(175, 107, 254) |
| HSL | hsl(268, 99%, 71%) |
| CMYK | cmyk(31%, 58%, 0%, 0%) |
| LAB | lab(58.8 54.9 -63.4) |
| LCH | lch(58.8 83.9 310.9) |
| OKLCH | oklch(0.668 0.212 302.3) |
Copy-ready code
/* CSS */
color: #af6bfe;
background-color: #af6bfe;
/* Tailwind (arbitrary) */
class="text-[#af6bfe] bg-[#af6bfe]"
/* SCSS */
$brand: #af6bfe;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.996)
/* Android */
Color.parseColor("#af6bfe")Accessibility — WCAG contrast
Aa
#af6bfe on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6bfe on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta57.9%
Yellow0.0%
Key (black)0.4%
Color previews
#af6bfe text on a black background
contrast 6.36:1
Card sample
#af6bfe text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6bfe;
Background color
Panel with #af6bfe background
background-color: #af6bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6bfe; background: linear-gradient(135deg, #af6bfe, #FE6BEB);