#afbbc2
a light, muted blue · cool · closest name: silver
RGB
175, 187, 194
HSL
202°, 14%, 72%
CMYK
10, 4, 0, 24
Luminance
0.4855
Every format
| HEX | #afbbc2 |
| RGB | rgb(175, 187, 194) |
| HSL | hsl(202, 14%, 72%) |
| CMYK | cmyk(10%, 4%, 0%, 24%) |
| LAB | lab(75.2 -2.7 -5.0) |
| LCH | lch(75.2 5.7 241.0) |
| OKLCH | oklch(0.785 0.017 233.1) |
Copy-ready code
/* CSS */
color: #afbbc2;
background-color: #afbbc2;
/* Tailwind (arbitrary) */
class="text-[#afbbc2] bg-[#afbbc2]"
/* SCSS */
$brand: #afbbc2;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#afbbc2")Accessibility — WCAG contrast
Aa
#afbbc2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbc2 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta3.6%
Yellow0.0%
Key (black)23.9%
Color previews
#afbbc2 text on a black background
contrast 10.71:1
Card sample
#afbbc2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbc2;
Background color
Panel with #afbbc2 background
background-color: #afbbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbc2; background: linear-gradient(135deg, #afbbc2, #B0AFC2);