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