#b2abfc
a light, electric blue · warm · closest name: plum
RGB
178, 171, 252
HSL
245°, 93%, 83%
CMYK
29, 32, 0, 1
Luminance
0.4562
Every format
| HEX | #b2abfc |
| RGB | rgb(178, 171, 252) |
| HSL | hsl(245, 93%, 83%) |
| CMYK | cmyk(29%, 32%, 0%, 1%) |
| LAB | lab(73.3 20.0 -39.3) |
| LCH | lch(73.3 44.1 297.0) |
| OKLCH | oklch(0.777 0.115 287.4) |
Copy-ready code
/* CSS */
color: #b2abfc;
background-color: #b2abfc;
/* Tailwind (arbitrary) */
class="text-[#b2abfc] bg-[#b2abfc]"
/* SCSS */
$brand: #b2abfc;
/* SwiftUI */
Color(red: 0.698, green: 0.671, blue: 0.988)
/* Android */
Color.parseColor("#b2abfc")Accessibility — WCAG contrast
Aa
#b2abfc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2abfc on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.1%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta32.1%
Yellow0.0%
Key (black)1.2%
Color previews
#b2abfc text on a black background
contrast 10.12:1
Card sample
#b2abfc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2abfc;
Background color
Panel with #b2abfc background
background-color: #b2abfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2abfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 171, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 171, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2abfc; background: linear-gradient(135deg, #b2abfc, #E8ABFC);