#adafba
a light, muted blue · warm · closest name: silver
RGB
173, 175, 186
HSL
231°, 9%, 70%
CMYK
7, 6, 0, 27
Luminance
0.4309
Every format
| HEX | #adafba |
| RGB | rgb(173, 175, 186) |
| HSL | hsl(231, 9%, 70%) |
| CMYK | cmyk(7%, 6%, 0%, 27%) |
| LAB | lab(71.6 1.4 -5.8) |
| LCH | lch(71.6 6.0 283.8) |
| OKLCH | oklch(0.756 0.016 277.8) |
Copy-ready code
/* CSS */
color: #adafba;
background-color: #adafba;
/* Tailwind (arbitrary) */
class="text-[#adafba] bg-[#adafba]"
/* SCSS */
$brand: #adafba;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#adafba")Accessibility — WCAG contrast
Aa
#adafba on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafba on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#adafba text on a black background
contrast 9.62:1
Card sample
#adafba text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafba;
Background color
Panel with #adafba background
background-color: #adafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafba; background: linear-gradient(135deg, #adafba, #B4ADBA);