#af9dfb
a light, electric blue · warm · closest name: plum
RGB
175, 157, 251
HSL
252°, 92%, 80%
CMYK
30, 38, 0, 2
Luminance
0.4019
Every format
| HEX | #af9dfb |
| RGB | rgb(175, 157, 251) |
| HSL | hsl(252, 92%, 80%) |
| CMYK | cmyk(30%, 38%, 0%, 2%) |
| LAB | lab(69.6 26.8 -44.5) |
| LCH | lch(69.6 52.0 301.0) |
| OKLCH | oklch(0.749 0.134 291.6) |
Copy-ready code
/* CSS */
color: #af9dfb;
background-color: #af9dfb;
/* Tailwind (arbitrary) */
class="text-[#af9dfb] bg-[#af9dfb]"
/* SCSS */
$brand: #af9dfb;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#af9dfb")Accessibility — WCAG contrast
Aa
#af9dfb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dfb on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#af9dfb text on a black background
contrast 9.04:1
Card sample
#af9dfb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dfb;
Background color
Panel with #af9dfb background
background-color: #af9dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dfb; background: linear-gradient(135deg, #af9dfb, #EE9DFB);