#aface0
a light, vivid blue · warm · closest name: plum
RGB
175, 172, 224
HSL
244°, 46%, 78%
CMYK
22, 23, 0, 12
Luminance
0.4400
Every format
| HEX | #aface0 |
| RGB | rgb(175, 172, 224) |
| HSL | hsl(244, 46%, 78%) |
| CMYK | cmyk(22%, 23%, 0%, 12%) |
| LAB | lab(72.2 11.9 -25.7) |
| LCH | lch(72.2 28.4 294.9) |
| OKLCH | oklch(0.765 0.074 287.2) |
Copy-ready code
/* CSS */
color: #aface0;
background-color: #aface0;
/* Tailwind (arbitrary) */
class="text-[#aface0] bg-[#aface0]"
/* SCSS */
$brand: #aface0;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#aface0")Accessibility — WCAG contrast
Aa
#aface0 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aface0 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#aface0 text on a black background
contrast 9.80:1
Card sample
#aface0 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aface0;
Background color
Panel with #aface0 background
background-color: #aface0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aface0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aface0; background: linear-gradient(135deg, #aface0, #D2ACE0);