#bab2f6
a light, electric blue · warm · closest name: plum
RGB
186, 178, 246
HSL
247°, 79%, 83%
CMYK
24, 28, 0, 4
Luminance
0.4893
Every format
| HEX | #bab2f6 |
| RGB | rgb(186, 178, 246) |
| HSL | hsl(247, 79%, 83%) |
| CMYK | cmyk(24%, 28%, 0%, 4%) |
| LAB | lab(75.4 17.0 -32.7) |
| LCH | lch(75.4 36.9 297.5) |
| OKLCH | oklch(0.794 0.096 289.4) |
Copy-ready code
/* CSS */
color: #bab2f6;
background-color: #bab2f6;
/* Tailwind (arbitrary) */
class="text-[#bab2f6] bg-[#bab2f6]"
/* SCSS */
$brand: #bab2f6;
/* SwiftUI */
Color(red: 0.729, green: 0.698, blue: 0.965)
/* Android */
Color.parseColor("#bab2f6")Accessibility — WCAG contrast
Aa
#bab2f6 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab2f6 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green69.8%
Blue96.5%
CMYK percentages
Cyan24.4%
Magenta27.6%
Yellow0.0%
Key (black)3.5%
Color previews
#bab2f6 text on a black background
contrast 10.79:1
Card sample
#bab2f6 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab2f6;
Background color
Panel with #bab2f6 background
background-color: #bab2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 178, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 178, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab2f6; background: linear-gradient(135deg, #bab2f6, #E7B2F6);