#b8abf7
a light, electric blue · warm · closest name: plum
RGB
184, 171, 247
HSL
250°, 83%, 82%
CMYK
26, 31, 0, 3
Luminance
0.4603
Every format
| HEX | #b8abf7 |
| RGB | rgb(184, 171, 247) |
| HSL | hsl(250, 83%, 82%) |
| CMYK | cmyk(26%, 31%, 0%, 3%) |
| LAB | lab(73.6 20.6 -36.1) |
| LCH | lch(73.6 41.6 299.6) |
| OKLCH | oklch(0.780 0.108 291.5) |
Copy-ready code
/* CSS */
color: #b8abf7;
background-color: #b8abf7;
/* Tailwind (arbitrary) */
class="text-[#b8abf7] bg-[#b8abf7]"
/* SCSS */
$brand: #b8abf7;
/* SwiftUI */
Color(red: 0.722, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#b8abf7")Accessibility — WCAG contrast
Aa
#b8abf7 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8abf7 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.1%
Blue96.9%
CMYK percentages
Cyan25.5%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#b8abf7 text on a black background
contrast 10.21:1
Card sample
#b8abf7 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8abf7;
Background color
Panel with #b8abf7 background
background-color: #b8abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8abf7; background: linear-gradient(135deg, #b8abf7, #EBABF7);