#afacce
a light, soft blue · warm · closest name: silver
RGB
175, 172, 206
HSL
245°, 26%, 74%
CMYK
15, 17, 0, 19
Luminance
0.4308
Every format
| HEX | #afacce |
| RGB | rgb(175, 172, 206) |
| HSL | hsl(245, 26%, 74%) |
| CMYK | cmyk(15%, 17%, 0%, 19%) |
| LAB | lab(71.6 7.9 -16.8) |
| LCH | lch(71.6 18.6 295.2) |
| OKLCH | oklch(0.758 0.048 289.2) |
Copy-ready code
/* CSS */
color: #afacce;
background-color: #afacce;
/* Tailwind (arbitrary) */
class="text-[#afacce] bg-[#afacce]"
/* SCSS */
$brand: #afacce;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#afacce")Accessibility — WCAG contrast
Aa
#afacce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacce on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#afacce text on a black background
contrast 9.62:1
Card sample
#afacce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacce;
Background color
Panel with #afacce background
background-color: #afacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacce; background: linear-gradient(135deg, #afacce, #C6ACCE);