#aface8
a light, vivid blue · warm · closest name: plum
RGB
175, 172, 232
HSL
243°, 57%, 79%
CMYK
25, 26, 0, 9
Luminance
0.4445
Every format
| HEX | #aface8 |
| RGB | rgb(175, 172, 232) |
| HSL | hsl(243, 57%, 79%) |
| CMYK | cmyk(25%, 26%, 0%, 9%) |
| LAB | lab(72.5 13.8 -29.6) |
| LCH | lch(72.5 32.7 295.0) |
| OKLCH | oklch(0.768 0.085 286.5) |
Copy-ready code
/* CSS */
color: #aface8;
background-color: #aface8;
/* Tailwind (arbitrary) */
class="text-[#aface8] bg-[#aface8]"
/* SCSS */
$brand: #aface8;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#aface8")Accessibility — WCAG contrast
Aa
#aface8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aface8 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#aface8 text on a black background
contrast 9.89:1
Card sample
#aface8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aface8;
Background color
Panel with #aface8 background
background-color: #aface8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aface8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aface8; background: linear-gradient(135deg, #aface8, #D7ACE8);