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