#abafd0
a light, soft blue · warm · closest name: silver
RGB
171, 175, 208
HSL
234°, 28%, 74%
CMYK
18, 16, 0, 18
Luminance
0.4387
Every format
| HEX | #abafd0 |
| RGB | rgb(171, 175, 208) |
| HSL | hsl(234, 28%, 74%) |
| CMYK | cmyk(18%, 16%, 0%, 18%) |
| LAB | lab(72.1 5.4 -17.1) |
| LCH | lch(72.1 18.0 287.5) |
| OKLCH | oklch(0.762 0.047 279.8) |
Copy-ready code
/* CSS */
color: #abafd0;
background-color: #abafd0;
/* Tailwind (arbitrary) */
class="text-[#abafd0] bg-[#abafd0]"
/* SCSS */
$brand: #abafd0;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#abafd0")Accessibility — WCAG contrast
Aa
#abafd0 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abafd0 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue81.6%
CMYK percentages
Cyan17.8%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#abafd0 text on a black background
contrast 9.77:1
Card sample
#abafd0 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abafd0;
Background color
Panel with #abafd0 background
background-color: #abafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abafd0; background: linear-gradient(135deg, #abafd0, #C0ABD0);