#aface6
a light, vivid blue · warm · closest name: plum
RGB
175, 172, 230
HSL
243°, 54%, 79%
CMYK
24, 25, 0, 10
Luminance
0.4433
Every format
| HEX | #aface6 |
| RGB | rgb(175, 172, 230) |
| HSL | hsl(243, 54%, 79%) |
| CMYK | cmyk(24%, 25%, 0%, 10%) |
| LAB | lab(72.5 13.3 -28.7) |
| LCH | lch(72.5 31.6 294.9) |
| OKLCH | oklch(0.767 0.082 286.7) |
Copy-ready code
/* CSS */
color: #aface6;
background-color: #aface6;
/* Tailwind (arbitrary) */
class="text-[#aface6] bg-[#aface6]"
/* SCSS */
$brand: #aface6;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#aface6")Accessibility — WCAG contrast
Aa
#aface6 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aface6 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#aface6 text on a black background
contrast 9.87:1
Card sample
#aface6 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aface6;
Background color
Panel with #aface6 background
background-color: #aface6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aface6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aface6; background: linear-gradient(135deg, #aface6, #D6ACE6);