#ababba
a light, muted blue · warm · closest name: silver
RGB
171, 171, 186
HSL
240°, 10%, 70%
CMYK
8, 8, 0, 27
Luminance
0.4133
Every format
| HEX | #ababba |
| RGB | rgb(171, 171, 186) |
| HSL | hsl(240, 10%, 70%) |
| CMYK | cmyk(8%, 8%, 0%, 27%) |
| LAB | lab(70.4 2.9 -7.7) |
| LCH | lch(70.4 8.2 291.0) |
| OKLCH | oklch(0.746 0.021 285.9) |
Copy-ready code
/* CSS */
color: #ababba;
background-color: #ababba;
/* Tailwind (arbitrary) */
class="text-[#ababba] bg-[#ababba]"
/* SCSS */
$brand: #ababba;
/* SwiftUI */
Color(red: 0.671, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#ababba")Accessibility — WCAG contrast
Aa
#ababba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ababba on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.1%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta8.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ababba text on a black background
contrast 9.27:1
Card sample
#ababba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ababba;
Background color
Panel with #ababba background
background-color: #ababba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ababba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ababba; background: linear-gradient(135deg, #ababba, #B5ABBA);