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