#b7abeb
a light, vivid blue · warm · closest name: plum
RGB
183, 171, 235
HSL
251°, 62%, 80%
CMYK
22, 27, 0, 8
Luminance
0.4519
Every format
| HEX | #b7abeb |
| RGB | rgb(183, 171, 235) |
| HSL | hsl(251, 62%, 80%) |
| CMYK | cmyk(22%, 27%, 0%, 8%) |
| LAB | lab(73.0 17.4 -30.5) |
| LCH | lch(73.0 35.1 299.8) |
| OKLCH | oklch(0.774 0.091 292.7) |
Copy-ready code
/* CSS */
color: #b7abeb;
background-color: #b7abeb;
/* Tailwind (arbitrary) */
class="text-[#b7abeb] bg-[#b7abeb]"
/* SCSS */
$brand: #b7abeb;
/* SwiftUI */
Color(red: 0.718, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#b7abeb")Accessibility — WCAG contrast
Aa
#b7abeb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7abeb on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b7abeb text on a black background
contrast 10.04:1
Card sample
#b7abeb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7abeb;
Background color
Panel with #b7abeb background
background-color: #b7abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7abeb; background: linear-gradient(135deg, #b7abeb, #E2ABEB);