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