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