#ababf8
a light, electric blue · warm · closest name: plum
RGB
171, 171, 248
HSL
240°, 85%, 82%
CMYK
31, 31, 0, 3
Luminance
0.4456
Every format
| HEX | #ababf8 |
| RGB | rgb(171, 171, 248) |
| HSL | hsl(240, 85%, 82%) |
| CMYK | cmyk(31%, 31%, 0%, 3%) |
| LAB | lab(72.6 17.1 -38.3) |
| LCH | lch(72.6 41.9 294.1) |
| OKLCH | oklch(0.770 0.109 283.5) |
Copy-ready code
/* CSS */
color: #ababf8;
background-color: #ababf8;
/* Tailwind (arbitrary) */
class="text-[#ababf8] bg-[#ababf8]"
/* SCSS */
$brand: #ababf8;
/* SwiftUI */
Color(red: 0.671, green: 0.671, blue: 0.973)
/* Android */
Color.parseColor("#ababf8")Accessibility — WCAG contrast
Aa
#ababf8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ababf8 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.1%
Blue97.3%
CMYK percentages
Cyan31.0%
Magenta31.0%
Yellow0.0%
Key (black)2.7%
Color previews
#ababf8 text on a black background
contrast 9.91:1
Card sample
#ababf8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ababf8;
Background color
Panel with #ababf8 background
background-color: #ababf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ababf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 171, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 171, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ababf8; background: linear-gradient(135deg, #ababf8, #DEABF8);