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