#adafb7
a light, muted gray · warm · closest name: silver
RGB
173, 175, 183
HSL
228°, 7%, 70%
CMYK
6, 4, 0, 28
Luminance
0.4296
Every format
| HEX | #adafb7 |
| RGB | rgb(173, 175, 183) |
| HSL | hsl(228, 7%, 70%) |
| CMYK | cmyk(6%, 4%, 0%, 28%) |
| LAB | lab(71.5 0.8 -4.3) |
| LCH | lch(71.5 4.4 281.0) |
| OKLCH | oklch(0.755 0.012 274.8) |
Copy-ready code
/* CSS */
color: #adafb7;
background-color: #adafb7;
/* Tailwind (arbitrary) */
class="text-[#adafb7] bg-[#adafb7]"
/* SCSS */
$brand: #adafb7;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.718)
/* Android */
Color.parseColor("#adafb7")Accessibility — WCAG contrast
Aa
#adafb7 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafb7 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue71.8%
CMYK percentages
Cyan5.5%
Magenta4.4%
Yellow0.0%
Key (black)28.2%
Color previews
#adafb7 text on a black background
contrast 9.59:1
Card sample
#adafb7 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafb7;
Background color
Panel with #adafb7 background
background-color: #adafb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafb7; background: linear-gradient(135deg, #adafb7, #B2ADB7);