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