#b2abea
a light, vivid blue · warm · closest name: plum
RGB
178, 171, 234
HSL
247°, 60%, 79%
CMYK
24, 27, 0, 8
Luminance
0.4453
Every format
| HEX | #b2abea |
| RGB | rgb(178, 171, 234) |
| HSL | hsl(247, 60%, 79%) |
| CMYK | cmyk(24%, 27%, 0%, 8%) |
| LAB | lab(72.6 15.7 -30.6) |
| LCH | lch(72.6 34.4 297.2) |
| OKLCH | oklch(0.770 0.089 289.2) |
Copy-ready code
/* CSS */
color: #b2abea;
background-color: #b2abea;
/* Tailwind (arbitrary) */
class="text-[#b2abea] bg-[#b2abea]"
/* SCSS */
$brand: #b2abea;
/* SwiftUI */
Color(red: 0.698, green: 0.671, blue: 0.918)
/* Android */
Color.parseColor("#b2abea")Accessibility — WCAG contrast
Aa
#b2abea on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2abea on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.1%
Blue91.8%
CMYK percentages
Cyan23.9%
Magenta26.9%
Yellow0.0%
Key (black)8.2%
Color previews
#b2abea text on a black background
contrast 9.91:1
Card sample
#b2abea text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2abea;
Background color
Panel with #b2abea background
background-color: #b2abea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2abea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 171, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 171, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2abea; background: linear-gradient(135deg, #b2abea, #DCABEA);