#afb3c2
a light, muted blue · warm · closest name: silver
RGB
175, 179, 194
HSL
227°, 14%, 72%
CMYK
10, 8, 0, 24
Luminance
0.4525
Every format
| HEX | #afb3c2 |
| RGB | rgb(175, 179, 194) |
| HSL | hsl(227, 14%, 72%) |
| CMYK | cmyk(10%, 8%, 0%, 24%) |
| LAB | lab(73.1 1.6 -8.1) |
| LCH | lch(73.1 8.2 280.9) |
| OKLCH | oklch(0.768 0.022 274.0) |
Copy-ready code
/* CSS */
color: #afb3c2;
background-color: #afb3c2;
/* Tailwind (arbitrary) */
class="text-[#afb3c2] bg-[#afb3c2]"
/* SCSS */
$brand: #afb3c2;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.761)
/* Android */
Color.parseColor("#afb3c2")Accessibility — WCAG contrast
Aa
#afb3c2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3c2 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta7.7%
Yellow0.0%
Key (black)23.9%
Color previews
#afb3c2 text on a black background
contrast 10.05:1
Card sample
#afb3c2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3c2;
Background color
Panel with #afb3c2 background
background-color: #afb3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3c2; background: linear-gradient(135deg, #afb3c2, #B8AFC2);