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