#afb1cf
a light, soft blue · warm · closest name: silver
RGB
175, 177, 207
HSL
236°, 25%, 75%
CMYK
16, 15, 0, 19
Luminance
0.4506
Every format
| HEX | #afb1cf |
| RGB | rgb(175, 177, 207) |
| HSL | hsl(236, 25%, 75%) |
| CMYK | cmyk(16%, 15%, 0%, 19%) |
| LAB | lab(72.9 5.4 -15.4) |
| LCH | lch(72.9 16.3 289.3) |
| OKLCH | oklch(0.769 0.043 282.3) |
Copy-ready code
/* CSS */
color: #afb1cf;
background-color: #afb1cf;
/* Tailwind (arbitrary) */
class="text-[#afb1cf] bg-[#afb1cf]"
/* SCSS */
$brand: #afb1cf;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#afb1cf")Accessibility — WCAG contrast
Aa
#afb1cf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1cf on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#afb1cf text on a black background
contrast 10.01:1
Card sample
#afb1cf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1cf;
Background color
Panel with #afb1cf background
background-color: #afb1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1cf; background: linear-gradient(135deg, #afb1cf, #C2AFCF);