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