#afadbf
a light, muted blue · warm · closest name: silver
RGB
175, 173, 191
HSL
247°, 12%, 71%
CMYK
8, 9, 0, 25
Luminance
0.4276
Every format
| HEX | #afadbf |
| RGB | rgb(175, 173, 191) |
| HSL | hsl(247, 12%, 71%) |
| CMYK | cmyk(8%, 9%, 0%, 25%) |
| LAB | lab(71.4 4.2 -8.9) |
| LCH | lch(71.4 9.9 295.3) |
| OKLCH | oklch(0.755 0.026 290.9) |
Copy-ready code
/* CSS */
color: #afadbf;
background-color: #afadbf;
/* Tailwind (arbitrary) */
class="text-[#afadbf] bg-[#afadbf]"
/* SCSS */
$brand: #afadbf;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.749)
/* Android */
Color.parseColor("#afadbf")Accessibility — WCAG contrast
Aa
#afadbf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadbf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta9.4%
Yellow0.0%
Key (black)25.1%
Color previews
#afadbf text on a black background
contrast 9.55:1
Card sample
#afadbf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadbf;
Background color
Panel with #afadbf background
background-color: #afadbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadbf; background: linear-gradient(135deg, #afadbf, #BBADBF);