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