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