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