#b2abf8
a light, electric blue · warm · closest name: plum
RGB
178, 171, 248
HSL
246°, 85%, 82%
CMYK
28, 31, 0, 3
Luminance
0.4537
Every format
| HEX | #b2abf8 |
| RGB | rgb(178, 171, 248) |
| HSL | hsl(246, 85%, 82%) |
| CMYK | cmyk(28%, 31%, 0%, 3%) |
| LAB | lab(73.1 19.1 -37.4) |
| LCH | lch(73.1 42.0 297.0) |
| OKLCH | oklch(0.776 0.109 287.7) |
Copy-ready code
/* CSS */
color: #b2abf8;
background-color: #b2abf8;
/* Tailwind (arbitrary) */
class="text-[#b2abf8] bg-[#b2abf8]"
/* SCSS */
$brand: #b2abf8;
/* SwiftUI */
Color(red: 0.698, green: 0.671, blue: 0.973)
/* Android */
Color.parseColor("#b2abf8")Accessibility — WCAG contrast
Aa
#b2abf8 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2abf8 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.1%
Blue97.3%
CMYK percentages
Cyan28.2%
Magenta31.0%
Yellow0.0%
Key (black)2.7%
Color previews
#b2abf8 text on a black background
contrast 10.07:1
Card sample
#b2abf8 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2abf8;
Background color
Panel with #b2abf8 background
background-color: #b2abf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2abf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 171, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 171, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2abf8; background: linear-gradient(135deg, #b2abf8, #E5ABF8);