#af9bfb
a light, electric blue · warm · closest name: plum
RGB
175, 155, 251
HSL
253°, 92%, 80%
CMYK
30, 38, 0, 2
Luminance
0.3952
Every format
| HEX | #af9bfb |
| RGB | rgb(175, 155, 251) |
| HSL | hsl(253, 92%, 80%) |
| CMYK | cmyk(30%, 38%, 0%, 2%) |
| LAB | lab(69.1 27.9 -45.3) |
| LCH | lch(69.1 53.2 301.7) |
| OKLCH | oklch(0.745 0.137 292.3) |
Copy-ready code
/* CSS */
color: #af9bfb;
background-color: #af9bfb;
/* Tailwind (arbitrary) */
class="text-[#af9bfb] bg-[#af9bfb]"
/* SCSS */
$brand: #af9bfb;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.984)
/* Android */
Color.parseColor("#af9bfb")Accessibility — WCAG contrast
Aa
#af9bfb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9bfb on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta38.2%
Yellow0.0%
Key (black)1.6%
Color previews
#af9bfb text on a black background
contrast 8.90:1
Card sample
#af9bfb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9bfb;
Background color
Panel with #af9bfb background
background-color: #af9bfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9bfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9bfb; background: linear-gradient(135deg, #af9bfb, #EF9BFB);