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