#b2abf6
a light, electric blue · warm · closest name: plum
RGB
178, 171, 246
HSL
246°, 81%, 82%
CMYK
28, 31, 0, 4
Luminance
0.4524
Every format
| HEX | #b2abf6 |
| RGB | rgb(178, 171, 246) |
| HSL | hsl(246, 81%, 82%) |
| CMYK | cmyk(28%, 31%, 0%, 4%) |
| LAB | lab(73.0 18.6 -36.4) |
| LCH | lch(73.0 40.9 297.0) |
| OKLCH | oklch(0.775 0.106 287.9) |
Copy-ready code
/* CSS */
color: #b2abf6;
background-color: #b2abf6;
/* Tailwind (arbitrary) */
class="text-[#b2abf6] bg-[#b2abf6]"
/* SCSS */
$brand: #b2abf6;
/* SwiftUI */
Color(red: 0.698, green: 0.671, blue: 0.965)
/* Android */
Color.parseColor("#b2abf6")Accessibility — WCAG contrast
Aa
#b2abf6 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2abf6 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.1%
Blue96.5%
CMYK percentages
Cyan27.6%
Magenta30.5%
Yellow0.0%
Key (black)3.5%
Color previews
#b2abf6 text on a black background
contrast 10.05:1
Card sample
#b2abf6 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2abf6;
Background color
Panel with #b2abf6 background
background-color: #b2abf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2abf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 171, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 171, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2abf6; background: linear-gradient(135deg, #b2abf6, #E4ABF6);