#af96fe
a light, electric blue · warm · closest name: slateblue
RGB
175, 150, 254
HSL
254°, 98%, 79%
CMYK
31, 41, 0, 0
Luminance
0.3808
Every format
| HEX | #af96fe |
| RGB | rgb(175, 150, 254) |
| HSL | hsl(254, 98%, 79%) |
| CMYK | cmyk(31%, 41%, 0%, 0%) |
| LAB | lab(68.1 31.5 -48.6) |
| LCH | lch(68.1 57.9 303.0) |
| OKLCH | oklch(0.737 0.148 293.5) |
Copy-ready code
/* CSS */
color: #af96fe;
background-color: #af96fe;
/* Tailwind (arbitrary) */
class="text-[#af96fe] bg-[#af96fe]"
/* SCSS */
$brand: #af96fe;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.996)
/* Android */
Color.parseColor("#af96fe")Accessibility — WCAG contrast
Aa
#af96fe on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96fe on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta40.9%
Yellow0.0%
Key (black)0.4%
Color previews
#af96fe text on a black background
contrast 8.62:1
Card sample
#af96fe text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96fe;
Background color
Panel with #af96fe background
background-color: #af96fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96fe; background: linear-gradient(135deg, #af96fe, #F496FE);