#afbdcb
a light, soft blue · cool · closest name: silver
RGB
175, 189, 203
HSL
210°, 21%, 74%
CMYK
14, 7, 0, 20
Luminance
0.4982
Every format
| HEX | #afbdcb |
| RGB | rgb(175, 189, 203) |
| HSL | hsl(210, 21%, 74%) |
| CMYK | cmyk(14%, 7%, 0%, 20%) |
| LAB | lab(76.0 -2.0 -8.7) |
| LCH | lch(76.0 8.9 257.3) |
| OKLCH | oklch(0.792 0.025 248.1) |
Copy-ready code
/* CSS */
color: #afbdcb;
background-color: #afbdcb;
/* Tailwind (arbitrary) */
class="text-[#afbdcb] bg-[#afbdcb]"
/* SCSS */
$brand: #afbdcb;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.796)
/* Android */
Color.parseColor("#afbdcb")Accessibility — WCAG contrast
Aa
#afbdcb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdcb on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta6.9%
Yellow0.0%
Key (black)20.4%
Color previews
#afbdcb text on a black background
contrast 10.96:1
Card sample
#afbdcb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdcb;
Background color
Panel with #afbdcb background
background-color: #afbdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdcb; background: linear-gradient(135deg, #afbdcb, #B4AFCB);