#af9ffb
a light, electric blue · warm · closest name: plum
RGB
175, 159, 251
HSL
250°, 92%, 80%
CMYK
30, 37, 0, 2
Luminance
0.4088
Every format
| HEX | #af9ffb |
| RGB | rgb(175, 159, 251) |
| HSL | hsl(250, 92%, 80%) |
| CMYK | cmyk(30%, 37%, 0%, 2%) |
| LAB | lab(70.1 25.7 -43.8) |
| LCH | lch(70.1 50.8 300.4) |
| OKLCH | oklch(0.752 0.131 290.9) |
Copy-ready code
/* CSS */
color: #af9ffb;
background-color: #af9ffb;
/* Tailwind (arbitrary) */
class="text-[#af9ffb] bg-[#af9ffb]"
/* SCSS */
$brand: #af9ffb;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.984)
/* Android */
Color.parseColor("#af9ffb")Accessibility — WCAG contrast
Aa
#af9ffb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ffb on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta36.7%
Yellow0.0%
Key (black)1.6%
Color previews
#af9ffb text on a black background
contrast 9.18:1
Card sample
#af9ffb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ffb;
Background color
Panel with #af9ffb background
background-color: #af9ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ffb; background: linear-gradient(135deg, #af9ffb, #EC9FFB);