#afbcd8
a light, soft blue · cool · closest name: silver
RGB
175, 188, 216
HSL
221°, 35%, 77%
CMYK
19, 13, 0, 15
Luminance
0.5004
Every format
| HEX | #afbcd8 |
| RGB | rgb(175, 188, 216) |
| HSL | hsl(221, 35%, 77%) |
| CMYK | cmyk(19%, 13%, 0%, 15%) |
| LAB | lab(76.1 1.4 -15.5) |
| LCH | lch(76.1 15.6 275.0) |
| OKLCH | oklch(0.794 0.042 265.6) |
Copy-ready code
/* CSS */
color: #afbcd8;
background-color: #afbcd8;
/* Tailwind (arbitrary) */
class="text-[#afbcd8] bg-[#afbcd8]"
/* SCSS */
$brand: #afbcd8;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.847)
/* Android */
Color.parseColor("#afbcd8")Accessibility — WCAG contrast
Aa
#afbcd8 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcd8 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta13.0%
Yellow0.0%
Key (black)15.3%
Color previews
#afbcd8 text on a black background
contrast 11.01:1
Card sample
#afbcd8 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcd8;
Background color
Panel with #afbcd8 background
background-color: #afbcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcd8; background: linear-gradient(135deg, #afbcd8, #BDAFD8);