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