#abb8fd
a light, electric blue · warm · closest name: plum
RGB
171, 184, 253
HSL
231°, 95%, 83%
CMYK
32, 27, 0, 1
Luminance
0.5003
Every format
| HEX | #abb8fd |
| RGB | rgb(171, 184, 253) |
| HSL | hsl(231, 95%, 83%) |
| CMYK | cmyk(32%, 27%, 0%, 1%) |
| LAB | lab(76.1 11.1 -35.5) |
| LCH | lch(76.1 37.2 287.4) |
| OKLCH | oklch(0.798 0.099 275.7) |
Copy-ready code
/* CSS */
color: #abb8fd;
background-color: #abb8fd;
/* Tailwind (arbitrary) */
class="text-[#abb8fd] bg-[#abb8fd]"
/* SCSS */
$brand: #abb8fd;
/* SwiftUI */
Color(red: 0.671, green: 0.722, blue: 0.992)
/* Android */
Color.parseColor("#abb8fd")Accessibility — WCAG contrast
Aa
#abb8fd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb8fd on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.2%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta27.3%
Yellow0.0%
Key (black)0.8%
Color previews
#abb8fd text on a black background
contrast 11.01:1
Card sample
#abb8fd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb8fd;
Background color
Panel with #abb8fd background
background-color: #abb8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 184, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 184, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb8fd; background: linear-gradient(135deg, #abb8fd, #D5ABFD);