#b3abfd
a light, electric blue · warm · closest name: plum
RGB
179, 171, 253
HSL
246°, 95%, 83%
CMYK
29, 32, 0, 1
Luminance
0.4580
Every format
| HEX | #b3abfd |
| RGB | rgb(179, 171, 253) |
| HSL | hsl(246, 95%, 83%) |
| CMYK | cmyk(29%, 32%, 0%, 1%) |
| LAB | lab(73.4 20.6 -39.6) |
| LCH | lch(73.4 44.6 297.4) |
| OKLCH | oklch(0.779 0.116 287.9) |
Copy-ready code
/* CSS */
color: #b3abfd;
background-color: #b3abfd;
/* Tailwind (arbitrary) */
class="text-[#b3abfd] bg-[#b3abfd]"
/* SCSS */
$brand: #b3abfd;
/* SwiftUI */
Color(red: 0.702, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#b3abfd")Accessibility — WCAG contrast
Aa
#b3abfd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3abfd on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.1%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b3abfd text on a black background
contrast 10.16:1
Card sample
#b3abfd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3abfd;
Background color
Panel with #b3abfd background
background-color: #b3abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3abfd; background: linear-gradient(135deg, #b3abfd, #EAABFD);