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