#afbfd0
a light, soft blue · cool · closest name: silver
RGB
175, 191, 208
HSL
211°, 26%, 75%
CMYK
16, 8, 0, 18
Luminance
0.5093
Every format
| HEX | #afbfd0 |
| RGB | rgb(175, 191, 208) |
| HSL | hsl(211, 26%, 75%) |
| CMYK | cmyk(16%, 8%, 0%, 18%) |
| LAB | lab(76.6 -2.0 -10.4) |
| LCH | lch(76.6 10.6 259.3) |
| OKLCH | oklch(0.798 0.030 249.8) |
Copy-ready code
/* CSS */
color: #afbfd0;
background-color: #afbfd0;
/* Tailwind (arbitrary) */
class="text-[#afbfd0] bg-[#afbfd0]"
/* SCSS */
$brand: #afbfd0;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#afbfd0")Accessibility — WCAG contrast
Aa
#afbfd0 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfd0 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#afbfd0 text on a black background
contrast 11.19:1
Card sample
#afbfd0 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfd0;
Background color
Panel with #afbfd0 background
background-color: #afbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfd0; background: linear-gradient(135deg, #afbfd0, #B5AFD0);