#abb6fd
a light, electric blue · warm · closest name: plum
RGB
171, 182, 253
HSL
232°, 95%, 83%
CMYK
32, 28, 0, 1
Luminance
0.4921
Every format
| HEX | #abb6fd |
| RGB | rgb(171, 182, 253) |
| HSL | hsl(232, 95%, 83%) |
| CMYK | cmyk(32%, 28%, 0%, 1%) |
| LAB | lab(75.6 12.2 -36.3) |
| LCH | lch(75.6 38.3 288.6) |
| OKLCH | oklch(0.794 0.102 277.0) |
Copy-ready code
/* CSS */
color: #abb6fd;
background-color: #abb6fd;
/* Tailwind (arbitrary) */
class="text-[#abb6fd] bg-[#abb6fd]"
/* SCSS */
$brand: #abb6fd;
/* SwiftUI */
Color(red: 0.671, green: 0.714, blue: 0.992)
/* Android */
Color.parseColor("#abb6fd")Accessibility — WCAG contrast
Aa
#abb6fd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb6fd on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green71.4%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta28.1%
Yellow0.0%
Key (black)0.8%
Color previews
#abb6fd text on a black background
contrast 10.84:1
Card sample
#abb6fd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb6fd;
Background color
Panel with #abb6fd background
background-color: #abb6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 182, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 182, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb6fd; background: linear-gradient(135deg, #abb6fd, #D7ABFD);