#abacfd
a light, electric blue · warm · closest name: plum
RGB
171, 172, 253
HSL
239°, 95%, 83%
CMYK
32, 32, 0, 1
Luminance
0.4525
Every format
| HEX | #abacfd |
| RGB | rgb(171, 172, 253) |
| HSL | hsl(239, 95%, 83%) |
| CMYK | cmyk(32%, 32%, 0%, 1%) |
| LAB | lab(73.1 17.8 -40.2) |
| LCH | lch(73.1 44.0 293.9) |
| OKLCH | oklch(0.774 0.115 282.8) |
Copy-ready code
/* CSS */
color: #abacfd;
background-color: #abacfd;
/* Tailwind (arbitrary) */
class="text-[#abacfd] bg-[#abacfd]"
/* SCSS */
$brand: #abacfd;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#abacfd")Accessibility — WCAG contrast
Aa
#abacfd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacfd on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#abacfd text on a black background
contrast 10.05:1
Card sample
#abacfd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacfd;
Background color
Panel with #abacfd background
background-color: #abacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacfd; background: linear-gradient(135deg, #abacfd, #E1ABFD);