#afb4cf
a light, soft blue · warm · closest name: silver
RGB
175, 180, 207
HSL
231°, 25%, 75%
CMYK
16, 13, 0, 19
Luminance
0.4626
Every format
| HEX | #afb4cf |
| RGB | rgb(175, 180, 207) |
| HSL | hsl(231, 25%, 75%) |
| CMYK | cmyk(16%, 13%, 0%, 19%) |
| LAB | lab(73.7 3.8 -14.2) |
| LCH | lch(73.7 14.7 284.8) |
| OKLCH | oklch(0.775 0.039 277.2) |
Copy-ready code
/* CSS */
color: #afb4cf;
background-color: #afb4cf;
/* Tailwind (arbitrary) */
class="text-[#afb4cf] bg-[#afb4cf]"
/* SCSS */
$brand: #afb4cf;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#afb4cf")Accessibility — WCAG contrast
Aa
#afb4cf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb4cf on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#afb4cf text on a black background
contrast 10.25:1
Card sample
#afb4cf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb4cf;
Background color
Panel with #afb4cf background
background-color: #afb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb4cf; background: linear-gradient(135deg, #afb4cf, #BFAFCF);