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