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