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