#af96ff
a light, electric blue · warm · closest name: slateblue
RGB
175, 150, 255
HSL
254°, 100%, 79%
CMYK
31, 41, 0, 0
Luminance
0.3815
Every format
| HEX | #af96ff |
| RGB | rgb(175, 150, 255) |
| HSL | hsl(254, 100%, 79%) |
| CMYK | cmyk(31%, 41%, 0%, 0%) |
| LAB | lab(68.1 31.7 -49.0) |
| LCH | lch(68.1 58.4 302.9) |
| OKLCH | oklch(0.738 0.150 293.3) |
Copy-ready code
/* CSS */
color: #af96ff;
background-color: #af96ff;
/* Tailwind (arbitrary) */
class="text-[#af96ff] bg-[#af96ff]"
/* SCSS */
$brand: #af96ff;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 1.000)
/* Android */
Color.parseColor("#af96ff")Accessibility — WCAG contrast
Aa
#af96ff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96ff on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta41.2%
Yellow0.0%
Key (black)0.0%
Color previews
#af96ff text on a black background
contrast 8.63:1
Card sample
#af96ff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96ff;
Background color
Panel with #af96ff background
background-color: #af96ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96ff; background: linear-gradient(135deg, #af96ff, #F596FF);