#afb7c2
a light, muted blue · cool · closest name: silver
RGB
175, 183, 194
HSL
215°, 14%, 72%
CMYK
10, 6, 0, 24
Luminance
0.4688
Every format
| HEX | #afb7c2 |
| RGB | rgb(175, 183, 194) |
| HSL | hsl(215, 14%, 72%) |
| CMYK | cmyk(10%, 6%, 0%, 24%) |
| LAB | lab(74.1 -0.6 -6.5) |
| LCH | lch(74.1 6.5 264.7) |
| OKLCH | oklch(0.776 0.018 256.3) |
Copy-ready code
/* CSS */
color: #afb7c2;
background-color: #afb7c2;
/* Tailwind (arbitrary) */
class="text-[#afb7c2] bg-[#afb7c2]"
/* SCSS */
$brand: #afb7c2;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.761)
/* Android */
Color.parseColor("#afb7c2")Accessibility — WCAG contrast
Aa
#afb7c2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7c2 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta5.7%
Yellow0.0%
Key (black)23.9%
Color previews
#afb7c2 text on a black background
contrast 10.38:1
Card sample
#afb7c2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7c2;
Background color
Panel with #afb7c2 background
background-color: #afb7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7c2; background: linear-gradient(135deg, #afb7c2, #B4AFC2);