#afabee
a light, vivid blue · warm · closest name: plum
RGB
175, 171, 238
HSL
244°, 66%, 80%
CMYK
27, 28, 0, 7
Luminance
0.4441
Every format
| HEX | #afabee |
| RGB | rgb(175, 171, 238) |
| HSL | hsl(244, 66%, 80%) |
| CMYK | cmyk(27%, 28%, 0%, 7%) |
| LAB | lab(72.5 15.8 -33.0) |
| LCH | lch(72.5 36.5 295.6) |
| OKLCH | oklch(0.769 0.095 286.7) |
Copy-ready code
/* CSS */
color: #afabee;
background-color: #afabee;
/* Tailwind (arbitrary) */
class="text-[#afabee] bg-[#afabee]"
/* SCSS */
$brand: #afabee;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.933)
/* Android */
Color.parseColor("#afabee")Accessibility — WCAG contrast
Aa
#afabee on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabee on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta28.2%
Yellow0.0%
Key (black)6.7%
Color previews
#afabee text on a black background
contrast 9.88:1
Card sample
#afabee text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabee;
Background color
Panel with #afabee background
background-color: #afabee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabee; background: linear-gradient(135deg, #afabee, #DCABEE);