#b2adfe
a light, electric blue · warm · closest name: plum
RGB
178, 173, 254
HSL
244°, 98%, 84%
CMYK
30, 32, 0, 0
Luminance
0.4651
Every format
| HEX | #b2adfe |
| RGB | rgb(178, 173, 254) |
| HSL | hsl(244, 98%, 84%) |
| CMYK | cmyk(30%, 32%, 0%, 0%) |
| LAB | lab(73.9 19.4 -39.5) |
| LCH | lch(73.9 44.0 296.2) |
| OKLCH | oklch(0.782 0.114 286.3) |
Copy-ready code
/* CSS */
color: #b2adfe;
background-color: #b2adfe;
/* Tailwind (arbitrary) */
class="text-[#b2adfe] bg-[#b2adfe]"
/* SCSS */
$brand: #b2adfe;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#b2adfe")Accessibility — WCAG contrast
Aa
#b2adfe on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adfe on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#b2adfe text on a black background
contrast 10.30:1
Card sample
#b2adfe text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adfe;
Background color
Panel with #b2adfe background
background-color: #b2adfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adfe; background: linear-gradient(135deg, #b2adfe, #E8ADFE);