#b3abeb
a light, vivid blue · warm · closest name: plum
RGB
179, 171, 235
HSL
248°, 62%, 80%
CMYK
24, 27, 0, 8
Luminance
0.4471
Every format
| HEX | #b3abeb |
| RGB | rgb(179, 171, 235) |
| HSL | hsl(248, 62%, 80%) |
| CMYK | cmyk(24%, 27%, 0%, 8%) |
| LAB | lab(72.7 16.3 -31.0) |
| LCH | lch(72.7 35.0 297.7) |
| OKLCH | oklch(0.771 0.091 289.8) |
Copy-ready code
/* CSS */
color: #b3abeb;
background-color: #b3abeb;
/* Tailwind (arbitrary) */
class="text-[#b3abeb] bg-[#b3abeb]"
/* SCSS */
$brand: #b3abeb;
/* SwiftUI */
Color(red: 0.702, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#b3abeb")Accessibility — WCAG contrast
Aa
#b3abeb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3abeb on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.1%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b3abeb text on a black background
contrast 9.94:1
Card sample
#b3abeb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3abeb;
Background color
Panel with #b3abeb background
background-color: #b3abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3abeb; background: linear-gradient(135deg, #b3abeb, #DEABEB);