#ababc9
a light, soft blue · warm · closest name: silver
RGB
171, 171, 201
HSL
240°, 22%, 73%
CMYK
15, 15, 0, 21
Luminance
0.4200
Every format
| HEX | #ababc9 |
| RGB | rgb(171, 171, 201) |
| HSL | hsl(240, 22%, 73%) |
| CMYK | cmyk(15%, 15%, 0%, 21%) |
| LAB | lab(70.9 6.1 -15.2) |
| LCH | lch(70.9 16.4 291.8) |
| OKLCH | oklch(0.751 0.043 285.3) |
Copy-ready code
/* CSS */
color: #ababc9;
background-color: #ababc9;
/* Tailwind (arbitrary) */
class="text-[#ababc9] bg-[#ababc9]"
/* SCSS */
$brand: #ababc9;
/* SwiftUI */
Color(red: 0.671, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#ababc9")Accessibility — WCAG contrast
Aa
#ababc9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ababc9 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.1%
Blue78.8%
CMYK percentages
Cyan14.9%
Magenta14.9%
Yellow0.0%
Key (black)21.2%
Color previews
#ababc9 text on a black background
contrast 9.40:1
Card sample
#ababc9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ababc9;
Background color
Panel with #ababc9 background
background-color: #ababc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ababc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ababc9; background: linear-gradient(135deg, #ababc9, #BFABC9);