#b2abfe
a light, electric blue · warm · closest name: plum
RGB
178, 171, 254
HSL
245°, 98%, 83%
CMYK
30, 33, 0, 0
Luminance
0.4575
Every format
| HEX | #b2abfe |
| RGB | rgb(178, 171, 254) |
| HSL | hsl(245, 98%, 83%) |
| CMYK | cmyk(30%, 33%, 0%, 0%) |
| LAB | lab(73.4 20.5 -40.2) |
| LCH | lch(73.4 45.2 297.0) |
| OKLCH | oklch(0.778 0.117 287.2) |
Copy-ready code
/* CSS */
color: #b2abfe;
background-color: #b2abfe;
/* Tailwind (arbitrary) */
class="text-[#b2abfe] bg-[#b2abfe]"
/* SCSS */
$brand: #b2abfe;
/* SwiftUI */
Color(red: 0.698, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#b2abfe")Accessibility — WCAG contrast
Aa
#b2abfe on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2abfe on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.1%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#b2abfe text on a black background
contrast 10.15:1
Card sample
#b2abfe text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2abfe;
Background color
Panel with #b2abfe background
background-color: #b2abfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2abfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2abfe; background: linear-gradient(135deg, #b2abfe, #E9ABFE);