#afacca
a light, soft blue · warm · closest name: silver
RGB
175, 172, 202
HSL
246°, 22%, 73%
CMYK
13, 15, 0, 21
Luminance
0.4288
Every format
| HEX | #afacca |
| RGB | rgb(175, 172, 202) |
| HSL | hsl(246, 22%, 73%) |
| CMYK | cmyk(13%, 15%, 0%, 21%) |
| LAB | lab(71.5 7.1 -14.8) |
| LCH | lch(71.5 16.4 295.4) |
| OKLCH | oklch(0.757 0.043 289.9) |
Copy-ready code
/* CSS */
color: #afacca;
background-color: #afacca;
/* Tailwind (arbitrary) */
class="text-[#afacca] bg-[#afacca]"
/* SCSS */
$brand: #afacca;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.792)
/* Android */
Color.parseColor("#afacca")Accessibility — WCAG contrast
Aa
#afacca on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacca on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta14.9%
Yellow0.0%
Key (black)20.8%
Color previews
#afacca text on a black background
contrast 9.58:1
Card sample
#afacca text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacca;
Background color
Panel with #afacca background
background-color: #afacca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacca; background: linear-gradient(135deg, #afacca, #C3ACCA);