#abbafd
a light, electric blue · warm · closest name: plum
RGB
171, 186, 253
HSL
229°, 95%, 83%
CMYK
32, 27, 0, 1
Luminance
0.5087
Every format
| HEX | #abbafd |
| RGB | rgb(171, 186, 253) |
| HSL | hsl(229, 95%, 83%) |
| CMYK | cmyk(32%, 27%, 0%, 1%) |
| LAB | lab(76.6 10.0 -34.7) |
| LCH | lch(76.6 36.2 286.1) |
| OKLCH | oklch(0.802 0.097 274.3) |
Copy-ready code
/* CSS */
color: #abbafd;
background-color: #abbafd;
/* Tailwind (arbitrary) */
class="text-[#abbafd] bg-[#abbafd]"
/* SCSS */
$brand: #abbafd;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#abbafd")Accessibility — WCAG contrast
Aa
#abbafd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbafd on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#abbafd text on a black background
contrast 11.17:1
Card sample
#abbafd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbafd;
Background color
Panel with #abbafd background
background-color: #abbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbafd; background: linear-gradient(135deg, #abbafd, #D3ABFD);