#abafd5
a light, soft blue · warm · closest name: silver
RGB
171, 175, 213
HSL
234°, 33%, 75%
CMYK
20, 18, 0, 17
Luminance
0.4412
Every format
| HEX | #abafd5 |
| RGB | rgb(171, 175, 213) |
| HSL | hsl(234, 33%, 75%) |
| CMYK | cmyk(20%, 18%, 0%, 17%) |
| LAB | lab(72.3 6.5 -19.6) |
| LCH | lch(72.3 20.7 288.4) |
| OKLCH | oklch(0.764 0.054 280.3) |
Copy-ready code
/* CSS */
color: #abafd5;
background-color: #abafd5;
/* Tailwind (arbitrary) */
class="text-[#abafd5] bg-[#abafd5]"
/* SCSS */
$brand: #abafd5;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.835)
/* Android */
Color.parseColor("#abafd5")Accessibility — WCAG contrast
Aa
#abafd5 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abafd5 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue83.5%
CMYK percentages
Cyan19.7%
Magenta17.8%
Yellow0.0%
Key (black)16.5%
Color previews
#abafd5 text on a black background
contrast 9.82:1
Card sample
#abafd5 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abafd5;
Background color
Panel with #abafd5 background
background-color: #abafd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abafd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abafd5; background: linear-gradient(135deg, #abafd5, #C3ABD5);