#bab6eb
a light, vivid blue · warm · closest name: plum
RGB
186, 182, 235
HSL
245°, 57%, 82%
CMYK
21, 23, 0, 8
Luminance
0.4989
Every format
| HEX | #bab6eb |
| RGB | rgb(186, 182, 235) |
| HSL | hsl(245, 57%, 82%) |
| CMYK | cmyk(21%, 23%, 0%, 8%) |
| LAB | lab(76.0 12.3 -25.9) |
| LCH | lch(76.0 28.6 295.4) |
| OKLCH | oklch(0.798 0.075 288.0) |
Copy-ready code
/* CSS */
color: #bab6eb;
background-color: #bab6eb;
/* Tailwind (arbitrary) */
class="text-[#bab6eb] bg-[#bab6eb]"
/* SCSS */
$brand: #bab6eb;
/* SwiftUI */
Color(red: 0.729, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#bab6eb")Accessibility — WCAG contrast
Aa
#bab6eb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab6eb on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.4%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bab6eb text on a black background
contrast 10.98:1
Card sample
#bab6eb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab6eb;
Background color
Panel with #bab6eb background
background-color: #bab6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab6eb; background: linear-gradient(135deg, #bab6eb, #DDB6EB);