#af96fc
a light, electric blue · warm · closest name: slateblue
RGB
175, 150, 252
HSL
255°, 94%, 79%
CMYK
31, 41, 0, 1
Luminance
0.3795
Every format
| HEX | #af96fc |
| RGB | rgb(175, 150, 252) |
| HSL | hsl(255, 94%, 79%) |
| CMYK | cmyk(31%, 41%, 0%, 1%) |
| LAB | lab(68.0 31.0 -47.6) |
| LCH | lch(68.0 56.8 303.0) |
| OKLCH | oklch(0.736 0.146 293.8) |
Copy-ready code
/* CSS */
color: #af96fc;
background-color: #af96fc;
/* Tailwind (arbitrary) */
class="text-[#af96fc] bg-[#af96fc]"
/* SCSS */
$brand: #af96fc;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#af96fc")Accessibility — WCAG contrast
Aa
#af96fc on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96fc on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#af96fc text on a black background
contrast 8.59:1
Card sample
#af96fc text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96fc;
Background color
Panel with #af96fc background
background-color: #af96fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96fc; background: linear-gradient(135deg, #af96fc, #F396FC);