#afbace
a light, soft blue · cool · closest name: silver
RGB
175, 186, 206
HSL
219°, 24%, 75%
CMYK
15, 10, 0, 19
Luminance
0.4869
Every format
| HEX | #afbace |
| RGB | rgb(175, 186, 206) |
| HSL | hsl(219, 24%, 75%) |
| CMYK | cmyk(15%, 10%, 0%, 19%) |
| LAB | lab(75.3 0.3 -11.3) |
| LCH | lch(75.3 11.3 271.4) |
| OKLCH | oklch(0.787 0.031 262.5) |
Copy-ready code
/* CSS */
color: #afbace;
background-color: #afbace;
/* Tailwind (arbitrary) */
class="text-[#afbace] bg-[#afbace]"
/* SCSS */
$brand: #afbace;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#afbace")Accessibility — WCAG contrast
Aa
#afbace on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbace on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#afbace text on a black background
contrast 10.74:1
Card sample
#afbace text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbace;
Background color
Panel with #afbace background
background-color: #afbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbace; background: linear-gradient(135deg, #afbace, #B9AFCE);