#aface5
a light, vivid blue · warm · closest name: plum
RGB
175, 172, 229
HSL
243°, 52%, 79%
CMYK
24, 25, 0, 10
Luminance
0.4428
Every format
| HEX | #aface5 |
| RGB | rgb(175, 172, 229) |
| HSL | hsl(243, 52%, 79%) |
| CMYK | cmyk(24%, 25%, 0%, 10%) |
| LAB | lab(72.4 13.1 -28.2) |
| LCH | lch(72.4 31.1 294.9) |
| OKLCH | oklch(0.767 0.081 286.7) |
Copy-ready code
/* CSS */
color: #aface5;
background-color: #aface5;
/* Tailwind (arbitrary) */
class="text-[#aface5] bg-[#aface5]"
/* SCSS */
$brand: #aface5;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.898)
/* Android */
Color.parseColor("#aface5")Accessibility — WCAG contrast
Aa
#aface5 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aface5 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue89.8%
CMYK percentages
Cyan23.6%
Magenta24.9%
Yellow0.0%
Key (black)10.2%
Color previews
#aface5 text on a black background
contrast 9.86:1
Card sample
#aface5 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aface5;
Background color
Panel with #aface5 background
background-color: #aface5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aface5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aface5; background: linear-gradient(135deg, #aface5, #D5ACE5);