#afb0c4
a light, soft blue · warm · closest name: silver
RGB
175, 176, 196
HSL
237°, 15%, 73%
CMYK
11, 10, 0, 23
Luminance
0.4415
Every format
| HEX | #afb0c4 |
| RGB | rgb(175, 176, 196) |
| HSL | hsl(237, 15%, 73%) |
| CMYK | cmyk(11%, 10%, 0%, 23%) |
| LAB | lab(72.3 3.6 -10.3) |
| LCH | lch(72.3 10.9 289.3) |
| OKLCH | oklch(0.763 0.028 283.4) |
Copy-ready code
/* CSS */
color: #afb0c4;
background-color: #afb0c4;
/* Tailwind (arbitrary) */
class="text-[#afb0c4] bg-[#afb0c4]"
/* SCSS */
$brand: #afb0c4;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.769)
/* Android */
Color.parseColor("#afb0c4")Accessibility — WCAG contrast
Aa
#afb0c4 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0c4 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta10.2%
Yellow0.0%
Key (black)23.1%
Color previews
#afb0c4 text on a black background
contrast 9.83:1
Card sample
#afb0c4 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0c4;
Background color
Panel with #afb0c4 background
background-color: #afb0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0c4; background: linear-gradient(135deg, #afb0c4, #BCAFC4);