#afabfb
a light, electric blue · warm · closest name: plum
RGB
175, 171, 251
HSL
243°, 91%, 83%
CMYK
30, 32, 0, 2
Luminance
0.4520
Every format
| HEX | #afabfb |
| RGB | rgb(175, 171, 251) |
| HSL | hsl(243, 91%, 83%) |
| CMYK | cmyk(30%, 32%, 0%, 2%) |
| LAB | lab(73.0 18.9 -39.2) |
| LCH | lch(73.0 43.5 295.8) |
| OKLCH | oklch(0.775 0.113 285.7) |
Copy-ready code
/* CSS */
color: #afabfb;
background-color: #afabfb;
/* Tailwind (arbitrary) */
class="text-[#afabfb] bg-[#afabfb]"
/* SCSS */
$brand: #afabfb;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.984)
/* Android */
Color.parseColor("#afabfb")Accessibility — WCAG contrast
Aa
#afabfb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabfb on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta31.9%
Yellow0.0%
Key (black)1.6%
Color previews
#afabfb text on a black background
contrast 10.04:1
Card sample
#afabfb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabfb;
Background color
Panel with #afabfb background
background-color: #afabfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabfb; background: linear-gradient(135deg, #afabfb, #E4ABFB);