#afbdfb
a light, electric blue · warm · closest name: plum
RGB
175, 189, 251
HSL
229°, 91%, 84%
CMYK
30, 25, 0, 2
Luminance
0.5247
Every format
| HEX | #afbdfb |
| RGB | rgb(175, 189, 251) |
| HSL | hsl(229, 91%, 84%) |
| CMYK | cmyk(30%, 25%, 0%, 2%) |
| LAB | lab(77.6 9.0 -32.2) |
| LCH | lch(77.6 33.4 285.6) |
| OKLCH | oklch(0.810 0.089 274.4) |
Copy-ready code
/* CSS */
color: #afbdfb;
background-color: #afbdfb;
/* Tailwind (arbitrary) */
class="text-[#afbdfb] bg-[#afbdfb]"
/* SCSS */
$brand: #afbdfb;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#afbdfb")Accessibility — WCAG contrast
Aa
#afbdfb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdfb on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#afbdfb text on a black background
contrast 11.49:1
Card sample
#afbdfb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdfb;
Background color
Panel with #afbdfb background
background-color: #afbdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdfb; background: linear-gradient(135deg, #afbdfb, #D4AFFB);