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