#afb2c4
a light, soft blue · warm · closest name: silver
RGB
175, 178, 196
HSL
231°, 15%, 73%
CMYK
11, 9, 0, 23
Luminance
0.4494
Every format
| HEX | #afb2c4 |
| RGB | rgb(175, 178, 196) |
| HSL | hsl(231, 15%, 73%) |
| CMYK | cmyk(11%, 9%, 0%, 23%) |
| LAB | lab(72.8 2.5 -9.5) |
| LCH | lch(72.8 9.8 284.9) |
| OKLCH | oklch(0.767 0.026 278.2) |
Copy-ready code
/* CSS */
color: #afb2c4;
background-color: #afb2c4;
/* Tailwind (arbitrary) */
class="text-[#afb2c4] bg-[#afb2c4]"
/* SCSS */
$brand: #afb2c4;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.769)
/* Android */
Color.parseColor("#afb2c4")Accessibility — WCAG contrast
Aa
#afb2c4 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2c4 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta9.2%
Yellow0.0%
Key (black)23.1%
Color previews
#afb2c4 text on a black background
contrast 9.99:1
Card sample
#afb2c4 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2c4;
Background color
Panel with #afb2c4 background
background-color: #afb2c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2c4; background: linear-gradient(135deg, #afb2c4, #BAAFC4);