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