#abafd7
a light, soft blue · warm · closest name: silver
RGB
171, 175, 215
HSL
235°, 36%, 76%
CMYK
21, 19, 0, 16
Luminance
0.4422
Every format
| HEX | #abafd7 |
| RGB | rgb(171, 175, 215) |
| HSL | hsl(235, 36%, 76%) |
| CMYK | cmyk(21%, 19%, 0%, 16%) |
| LAB | lab(72.4 7.0 -20.6) |
| LCH | lch(72.4 21.8 288.7) |
| OKLCH | oklch(0.764 0.057 280.5) |
Copy-ready code
/* CSS */
color: #abafd7;
background-color: #abafd7;
/* Tailwind (arbitrary) */
class="text-[#abafd7] bg-[#abafd7]"
/* SCSS */
$brand: #abafd7;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#abafd7")Accessibility — WCAG contrast
Aa
#abafd7 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abafd7 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue84.3%
CMYK percentages
Cyan20.5%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#abafd7 text on a black background
contrast 9.84:1
Card sample
#abafd7 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abafd7;
Background color
Panel with #abafd7 background
background-color: #abafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abafd7; background: linear-gradient(135deg, #abafd7, #C4ABD7);