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