#afabe2
a light, vivid blue · warm · closest name: plum
RGB
175, 171, 226
HSL
244°, 49%, 78%
CMYK
23, 24, 0, 11
Luminance
0.4373
Every format
| HEX | #afabe2 |
| RGB | rgb(175, 171, 226) |
| HSL | hsl(244, 49%, 78%) |
| CMYK | cmyk(23%, 24%, 0%, 11%) |
| LAB | lab(72.0 12.9 -27.1) |
| LCH | lch(72.0 30.0 295.5) |
| OKLCH | oklch(0.764 0.078 287.7) |
Copy-ready code
/* CSS */
color: #afabe2;
background-color: #afabe2;
/* Tailwind (arbitrary) */
class="text-[#afabe2] bg-[#afabe2]"
/* SCSS */
$brand: #afabe2;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.886)
/* Android */
Color.parseColor("#afabe2")Accessibility — WCAG contrast
Aa
#afabe2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabe2 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta24.3%
Yellow0.0%
Key (black)11.4%
Color previews
#afabe2 text on a black background
contrast 9.75:1
Card sample
#afabe2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabe2;
Background color
Panel with #afabe2 background
background-color: #afabe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabe2; background: linear-gradient(135deg, #afabe2, #D4ABE2);