#adaeba
a light, muted blue · warm · closest name: silver
RGB
173, 174, 186
HSL
235°, 9%, 70%
CMYK
7, 7, 0, 27
Luminance
0.4270
Every format
| HEX | #adaeba |
| RGB | rgb(173, 174, 186) |
| HSL | hsl(235, 9%, 70%) |
| CMYK | cmyk(7%, 7%, 0%, 27%) |
| LAB | lab(71.3 2.0 -6.2) |
| LCH | lch(71.3 6.5 287.6) |
| OKLCH | oklch(0.754 0.017 282.2) |
Copy-ready code
/* CSS */
color: #adaeba;
background-color: #adaeba;
/* Tailwind (arbitrary) */
class="text-[#adaeba] bg-[#adaeba]"
/* SCSS */
$brand: #adaeba;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#adaeba")Accessibility — WCAG contrast
Aa
#adaeba on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaeba on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta6.5%
Yellow0.0%
Key (black)27.1%
Color previews
#adaeba text on a black background
contrast 9.54:1
Card sample
#adaeba text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaeba;
Background color
Panel with #adaeba background
background-color: #adaeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaeba; background: linear-gradient(135deg, #adaeba, #B5ADBA);