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