#afbdc3
a light, muted cyan · cool · closest name: silver
RGB
175, 189, 195
HSL
198°, 14%, 73%
CMYK
10, 3, 0, 24
Luminance
0.4945
Every format
| HEX | #afbdc3 |
| RGB | rgb(175, 189, 195) |
| HSL | hsl(198, 14%, 73%) |
| CMYK | cmyk(10%, 3%, 0%, 24%) |
| LAB | lab(75.7 -3.6 -4.7) |
| LCH | lch(75.7 5.9 232.3) |
| OKLCH | oklch(0.789 0.018 225.3) |
Copy-ready code
/* CSS */
color: #afbdc3;
background-color: #afbdc3;
/* Tailwind (arbitrary) */
class="text-[#afbdc3] bg-[#afbdc3]"
/* SCSS */
$brand: #afbdc3;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.765)
/* Android */
Color.parseColor("#afbdc3")Accessibility — WCAG contrast
Aa
#afbdc3 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdc3 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta3.1%
Yellow0.0%
Key (black)23.5%
Color previews
#afbdc3 text on a black background
contrast 10.89:1
Card sample
#afbdc3 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdc3;
Background color
Panel with #afbdc3 background
background-color: #afbdc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdc3; background: linear-gradient(135deg, #afbdc3, #AFB0C3);