#afb2c5
a light, soft blue · warm · closest name: silver
RGB
175, 178, 197
HSL
232°, 16%, 73%
CMYK
11, 10, 0, 23
Luminance
0.4499
Every format
| HEX | #afb2c5 |
| RGB | rgb(175, 178, 197) |
| HSL | hsl(232, 16%, 73%) |
| CMYK | cmyk(11%, 10%, 0%, 23%) |
| LAB | lab(72.9 2.7 -10.0) |
| LCH | lch(72.9 10.3 285.2) |
| OKLCH | oklch(0.767 0.027 278.6) |
Copy-ready code
/* CSS */
color: #afb2c5;
background-color: #afb2c5;
/* Tailwind (arbitrary) */
class="text-[#afb2c5] bg-[#afb2c5]"
/* SCSS */
$brand: #afb2c5;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.773)
/* Android */
Color.parseColor("#afb2c5")Accessibility — WCAG contrast
Aa
#afb2c5 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2c5 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta9.6%
Yellow0.0%
Key (black)22.7%
Color previews
#afb2c5 text on a black background
contrast 10.00:1
Card sample
#afb2c5 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2c5;
Background color
Panel with #afb2c5 background
background-color: #afb2c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2c5; background: linear-gradient(135deg, #afb2c5, #BBAFC5);