#adafb2
a light, muted gray · cool · closest name: silver
RGB
173, 175, 178
HSL
216°, 3%, 69%
CMYK
3, 2, 0, 30
Luminance
0.4276
Every format
| HEX | #adafb2 |
| RGB | rgb(173, 175, 178) |
| HSL | hsl(216, 3%, 69%) |
| CMYK | cmyk(3%, 2%, 0%, 30%) |
| LAB | lab(71.4 -0.1 -1.8) |
| LCH | lch(71.4 1.8 265.8) |
| OKLCH | oklch(0.753 0.005 258.3) |
Copy-ready code
/* CSS */
color: #adafb2;
background-color: #adafb2;
/* Tailwind (arbitrary) */
class="text-[#adafb2] bg-[#adafb2]"
/* SCSS */
$brand: #adafb2;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#adafb2")Accessibility — WCAG contrast
Aa
#adafb2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafb2 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue69.8%
CMYK percentages
Cyan2.8%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#adafb2 text on a black background
contrast 9.55:1
Card sample
#adafb2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafb2;
Background color
Panel with #adafb2 background
background-color: #adafb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafb2; background: linear-gradient(135deg, #adafb2, #AEADB2);