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