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