#afbfd9
a light, soft blue · cool · closest name: silver
RGB
175, 191, 217
HSL
217°, 36%, 77%
CMYK
19, 12, 0, 15
Luminance
0.5139
Every format
| HEX | #afbfd9 |
| RGB | rgb(175, 191, 217) |
| HSL | hsl(217, 36%, 77%) |
| CMYK | cmyk(19%, 12%, 0%, 15%) |
| LAB | lab(76.9 -0.0 -14.8) |
| LCH | lch(76.9 14.8 269.9) |
| OKLCH | oklch(0.801 0.041 260.1) |
Copy-ready code
/* CSS */
color: #afbfd9;
background-color: #afbfd9;
/* Tailwind (arbitrary) */
class="text-[#afbfd9] bg-[#afbfd9]"
/* SCSS */
$brand: #afbfd9;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#afbfd9")Accessibility — WCAG contrast
Aa
#afbfd9 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfd9 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#afbfd9 text on a black background
contrast 11.28:1
Card sample
#afbfd9 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfd9;
Background color
Panel with #afbfd9 background
background-color: #afbfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfd9; background: linear-gradient(135deg, #afbfd9, #BBAFD9);