#afabbe
a light, muted blue · warm · closest name: silver
RGB
175, 171, 190
HSL
253°, 13%, 71%
CMYK
8, 10, 0, 26
Luminance
0.4196
Every format
| HEX | #afabbe |
| RGB | rgb(175, 171, 190) |
| HSL | hsl(253, 13%, 71%) |
| CMYK | cmyk(8%, 10%, 0%, 26%) |
| LAB | lab(70.8 5.1 -9.2) |
| LCH | lch(70.8 10.5 299.1) |
| OKLCH | oklch(0.750 0.027 295.4) |
Copy-ready code
/* CSS */
color: #afabbe;
background-color: #afabbe;
/* Tailwind (arbitrary) */
class="text-[#afabbe] bg-[#afabbe]"
/* SCSS */
$brand: #afabbe;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.745)
/* Android */
Color.parseColor("#afabbe")Accessibility — WCAG contrast
Aa
#afabbe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabbe on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue74.5%
CMYK percentages
Cyan7.9%
Magenta10.0%
Yellow0.0%
Key (black)25.5%
Color previews
#afabbe text on a black background
contrast 9.39:1
Card sample
#afabbe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabbe;
Background color
Panel with #afabbe background
background-color: #afabbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabbe; background: linear-gradient(135deg, #afabbe, #BCABBE);