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