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