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