#afbcd6
a light, soft blue · cool · closest name: silver
RGB
175, 188, 214
HSL
220°, 32%, 76%
CMYK
18, 12, 0, 16
Luminance
0.4994
Every format
| HEX | #afbcd6 |
| RGB | rgb(175, 188, 214) |
| HSL | hsl(220, 32%, 76%) |
| CMYK | cmyk(18%, 12%, 0%, 16%) |
| LAB | lab(76.0 0.9 -14.5) |
| LCH | lch(76.0 14.6 273.7) |
| OKLCH | oklch(0.794 0.040 264.3) |
Copy-ready code
/* CSS */
color: #afbcd6;
background-color: #afbcd6;
/* Tailwind (arbitrary) */
class="text-[#afbcd6] bg-[#afbcd6]"
/* SCSS */
$brand: #afbcd6;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.839)
/* Android */
Color.parseColor("#afbcd6")Accessibility — WCAG contrast
Aa
#afbcd6 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcd6 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta12.1%
Yellow0.0%
Key (black)16.1%
Color previews
#afbcd6 text on a black background
contrast 10.99:1
Card sample
#afbcd6 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcd6;
Background color
Panel with #afbcd6 background
background-color: #afbcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcd6; background: linear-gradient(135deg, #afbcd6, #BCAFD6);