#afbfc4
a light, soft cyan · cool · closest name: silver
RGB
175, 191, 196
HSL
194°, 15%, 73%
CMYK
11, 3, 0, 23
Luminance
0.5036
Every format
| HEX | #afbfc4 |
| RGB | rgb(175, 191, 196) |
| HSL | hsl(194, 15%, 73%) |
| CMYK | cmyk(11%, 3%, 0%, 23%) |
| LAB | lab(76.3 -4.5 -4.4) |
| LCH | lch(76.3 6.3 224.5) |
| OKLCH | oklch(0.794 0.019 218.4) |
Copy-ready code
/* CSS */
color: #afbfc4;
background-color: #afbfc4;
/* Tailwind (arbitrary) */
class="text-[#afbfc4] bg-[#afbfc4]"
/* SCSS */
$brand: #afbfc4;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#afbfc4")Accessibility — WCAG contrast
Aa
#afbfc4 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfc4 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta2.6%
Yellow0.0%
Key (black)23.1%
Color previews
#afbfc4 text on a black background
contrast 11.07:1
Card sample
#afbfc4 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfc4;
Background color
Panel with #afbfc4 background
background-color: #afbfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfc4; background: linear-gradient(135deg, #afbfc4, #AFB1C4);