#b2adfc
a light, electric blue · warm · closest name: plum
RGB
178, 173, 252
HSL
244°, 93%, 83%
CMYK
29, 31, 0, 1
Luminance
0.4638
Every format
| HEX | #b2adfc |
| RGB | rgb(178, 173, 252) |
| HSL | hsl(244, 93%, 83%) |
| CMYK | cmyk(29%, 31%, 0%, 1%) |
| LAB | lab(73.8 18.9 -38.5) |
| LCH | lch(73.8 42.9 296.2) |
| OKLCH | oklch(0.781 0.112 286.4) |
Copy-ready code
/* CSS */
color: #b2adfc;
background-color: #b2adfc;
/* Tailwind (arbitrary) */
class="text-[#b2adfc] bg-[#b2adfc]"
/* SCSS */
$brand: #b2adfc;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#b2adfc")Accessibility — WCAG contrast
Aa
#b2adfc on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adfc on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#b2adfc text on a black background
contrast 10.28:1
Card sample
#b2adfc text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adfc;
Background color
Panel with #b2adfc background
background-color: #b2adfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adfc; background: linear-gradient(135deg, #b2adfc, #E7ADFC);