#abafda
a light, soft blue · warm · closest name: lavender
RGB
171, 175, 218
HSL
235°, 39%, 76%
CMYK
22, 20, 0, 15
Luminance
0.4438
Every format
| HEX | #abafda |
| RGB | rgb(171, 175, 218) |
| HSL | hsl(235, 39%, 76%) |
| CMYK | cmyk(22%, 20%, 0%, 15%) |
| LAB | lab(72.5 7.7 -22.1) |
| LCH | lch(72.5 23.4 289.1) |
| OKLCH | oklch(0.766 0.062 280.7) |
Copy-ready code
/* CSS */
color: #abafda;
background-color: #abafda;
/* Tailwind (arbitrary) */
class="text-[#abafda] bg-[#abafda]"
/* SCSS */
$brand: #abafda;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#abafda")Accessibility — WCAG contrast
Aa
#abafda on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abafda on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#abafda text on a black background
contrast 9.88:1
Card sample
#abafda text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abafda;
Background color
Panel with #abafda background
background-color: #abafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abafda; background: linear-gradient(135deg, #abafda, #C6ABDA);