#adafb5
a light, muted gray · warm · closest name: silver
RGB
173, 175, 181
HSL
225°, 5%, 69%
CMYK
4, 3, 0, 29
Luminance
0.4288
Every format
| HEX | #adafb5 |
| RGB | rgb(173, 175, 181) |
| HSL | hsl(225, 5%, 69%) |
| CMYK | cmyk(4%, 3%, 0%, 29%) |
| LAB | lab(71.5 0.5 -3.3) |
| LCH | lch(71.5 3.3 277.7) |
| OKLCH | oklch(0.754 0.009 271.3) |
Copy-ready code
/* CSS */
color: #adafb5;
background-color: #adafb5;
/* Tailwind (arbitrary) */
class="text-[#adafb5] bg-[#adafb5]"
/* SCSS */
$brand: #adafb5;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.710)
/* Android */
Color.parseColor("#adafb5")Accessibility — WCAG contrast
Aa
#adafb5 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafb5 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue71.0%
CMYK percentages
Cyan4.4%
Magenta3.3%
Yellow0.0%
Key (black)29.0%
Color previews
#adafb5 text on a black background
contrast 9.58:1
Card sample
#adafb5 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafb5;
Background color
Panel with #adafb5 background
background-color: #adafb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafb5; background: linear-gradient(135deg, #adafb5, #B0ADB5);