#af6bec
a light, electric violet · warm · closest name: slateblue
RGB
175, 107, 236
HSL
272°, 77%, 67%
CMYK
26, 55, 0, 8
Luminance
0.2569
Every format
| HEX | #af6bec |
| RGB | rgb(175, 107, 236) |
| HSL | hsl(272, 77%, 67%) |
| CMYK | cmyk(26%, 55%, 0%, 8%) |
| LAB | lab(57.7 50.8 -55.0) |
| LCH | lch(57.7 74.9 312.7) |
| OKLCH | oklch(0.657 0.192 306.2) |
Copy-ready code
/* CSS */
color: #af6bec;
background-color: #af6bec;
/* Tailwind (arbitrary) */
class="text-[#af6bec] bg-[#af6bec]"
/* SCSS */
$brand: #af6bec;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.925)
/* Android */
Color.parseColor("#af6bec")Accessibility — WCAG contrast
Aa
#af6bec on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6bec on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta54.7%
Yellow0.0%
Key (black)7.5%
Color previews
#af6bec text on a black background
contrast 6.14:1
Card sample
#af6bec text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6bec;
Background color
Panel with #af6bec background
background-color: #af6bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6bec; background: linear-gradient(135deg, #af6bec, #EC6BD3);