#afb7cf
a light, soft blue · warm · closest name: silver
RGB
175, 183, 207
HSL
225°, 25%, 75%
CMYK
16, 12, 0, 19
Luminance
0.4749
Every format
| HEX | #afb7cf |
| RGB | rgb(175, 183, 207) |
| HSL | hsl(225, 25%, 75%) |
| CMYK | cmyk(16%, 12%, 0%, 19%) |
| LAB | lab(74.5 2.1 -13.0) |
| LCH | lch(74.5 13.2 279.2) |
| OKLCH | oklch(0.781 0.035 270.9) |
Copy-ready code
/* CSS */
color: #afb7cf;
background-color: #afb7cf;
/* Tailwind (arbitrary) */
class="text-[#afb7cf] bg-[#afb7cf]"
/* SCSS */
$brand: #afb7cf;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#afb7cf")Accessibility — WCAG contrast
Aa
#afb7cf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7cf on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#afb7cf text on a black background
contrast 10.50:1
Card sample
#afb7cf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7cf;
Background color
Panel with #afb7cf background
background-color: #afb7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7cf; background: linear-gradient(135deg, #afb7cf, #BCAFCF);