#afbbc4
a light, soft blue · cool · closest name: silver
RGB
175, 187, 196
HSL
206°, 15%, 73%
CMYK
11, 5, 0, 23
Luminance
0.4864
Every format
| HEX | #afbbc4 |
| RGB | rgb(175, 187, 196) |
| HSL | hsl(206, 15%, 73%) |
| CMYK | cmyk(11%, 5%, 0%, 23%) |
| LAB | lab(75.2 -2.3 -6.0) |
| LCH | lch(75.2 6.4 248.6) |
| OKLCH | oklch(0.785 0.018 240.1) |
Copy-ready code
/* CSS */
color: #afbbc4;
background-color: #afbbc4;
/* Tailwind (arbitrary) */
class="text-[#afbbc4] bg-[#afbbc4]"
/* SCSS */
$brand: #afbbc4;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.769)
/* Android */
Color.parseColor("#afbbc4")Accessibility — WCAG contrast
Aa
#afbbc4 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbc4 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta4.6%
Yellow0.0%
Key (black)23.1%
Color previews
#afbbc4 text on a black background
contrast 10.73:1
Card sample
#afbbc4 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbc4;
Background color
Panel with #afbbc4 background
background-color: #afbbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbc4; background: linear-gradient(135deg, #afbbc4, #B1AFC4);