#afbccf
a light, soft blue · cool · closest name: silver
RGB
175, 188, 207
HSL
216°, 25%, 75%
CMYK
16, 9, 0, 19
Luminance
0.4959
Every format
| HEX | #afbccf |
| RGB | rgb(175, 188, 207) |
| HSL | hsl(216, 25%, 75%) |
| CMYK | cmyk(16%, 9%, 0%, 19%) |
| LAB | lab(75.8 -0.6 -11.1) |
| LCH | lch(75.8 11.1 267.0) |
| OKLCH | oklch(0.791 0.031 257.8) |
Copy-ready code
/* CSS */
color: #afbccf;
background-color: #afbccf;
/* Tailwind (arbitrary) */
class="text-[#afbccf] bg-[#afbccf]"
/* SCSS */
$brand: #afbccf;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#afbccf")Accessibility — WCAG contrast
Aa
#afbccf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbccf on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#afbccf text on a black background
contrast 10.92:1
Card sample
#afbccf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbccf;
Background color
Panel with #afbccf background
background-color: #afbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbccf; background: linear-gradient(135deg, #afbccf, #B7AFCF);