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