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