#ababdf
a light, soft blue · warm · closest name: plum
RGB
171, 171, 223
HSL
240°, 45%, 77%
CMYK
23, 23, 0, 13
Luminance
0.4311
Every format
| HEX | #ababdf |
| RGB | rgb(171, 171, 223) |
| HSL | hsl(240, 45%, 77%) |
| CMYK | cmyk(23%, 23%, 0%, 13%) |
| LAB | lab(71.6 11.0 -26.1) |
| LCH | lch(71.6 28.4 292.9) |
| OKLCH | oklch(0.759 0.074 284.5) |
Copy-ready code
/* CSS */
color: #ababdf;
background-color: #ababdf;
/* Tailwind (arbitrary) */
class="text-[#ababdf] bg-[#ababdf]"
/* SCSS */
$brand: #ababdf;
/* SwiftUI */
Color(red: 0.671, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#ababdf")Accessibility — WCAG contrast
Aa
#ababdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ababdf on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ababdf text on a black background
contrast 9.62:1
Card sample
#ababdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ababdf;
Background color
Panel with #ababdf background
background-color: #ababdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ababdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ababdf; background: linear-gradient(135deg, #ababdf, #CEABDF);