#afadba
a light, muted blue · warm · closest name: silver
RGB
175, 173, 186
HSL
249°, 9%, 70%
CMYK
6, 7, 0, 27
Luminance
0.4255
Every format
| HEX | #afadba |
| RGB | rgb(175, 173, 186) |
| HSL | hsl(249, 9%, 70%) |
| CMYK | cmyk(6%, 7%, 0%, 27%) |
| LAB | lab(71.3 3.2 -6.4) |
| LCH | lch(71.3 7.1 296.7) |
| OKLCH | oklch(0.753 0.018 293.0) |
Copy-ready code
/* CSS */
color: #afadba;
background-color: #afadba;
/* Tailwind (arbitrary) */
class="text-[#afadba] bg-[#afadba]"
/* SCSS */
$brand: #afadba;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.729)
/* Android */
Color.parseColor("#afadba")Accessibility — WCAG contrast
Aa
#afadba on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadba on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta7.0%
Yellow0.0%
Key (black)27.1%
Color previews
#afadba text on a black background
contrast 9.51:1
Card sample
#afadba text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadba;
Background color
Panel with #afadba background
background-color: #afadba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadba; background: linear-gradient(135deg, #afadba, #B8ADBA);