#afabf3
a light, electric blue · warm · closest name: plum
RGB
175, 171, 243
HSL
243°, 75%, 81%
CMYK
28, 30, 0, 5
Luminance
0.4471
Every format
| HEX | #afabf3 |
| RGB | rgb(175, 171, 243) |
| HSL | hsl(243, 75%, 81%) |
| CMYK | cmyk(28%, 30%, 0%, 5%) |
| LAB | lab(72.7 17.0 -35.4) |
| LCH | lch(72.7 39.2 295.7) |
| OKLCH | oklch(0.771 0.102 286.3) |
Copy-ready code
/* CSS */
color: #afabf3;
background-color: #afabf3;
/* Tailwind (arbitrary) */
class="text-[#afabf3] bg-[#afabf3]"
/* SCSS */
$brand: #afabf3;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.953)
/* Android */
Color.parseColor("#afabf3")Accessibility — WCAG contrast
Aa
#afabf3 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabf3 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta29.6%
Yellow0.0%
Key (black)4.7%
Color previews
#afabf3 text on a black background
contrast 9.94:1
Card sample
#afabf3 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabf3;
Background color
Panel with #afabf3 background
background-color: #afabf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabf3; background: linear-gradient(135deg, #afabf3, #DFABF3);