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