#b2bdfb
a light, electric blue · warm · closest name: plum
RGB
178, 189, 251
HSL
231°, 90%, 84%
CMYK
29, 25, 0, 2
Luminance
0.5283
Every format
| HEX | #b2bdfb |
| RGB | rgb(178, 189, 251) |
| HSL | hsl(231, 90%, 84%) |
| CMYK | cmyk(29%, 25%, 0%, 2%) |
| LAB | lab(77.8 9.8 -31.8) |
| LCH | lch(77.8 33.3 287.2) |
| OKLCH | oklch(0.812 0.088 276.5) |
Copy-ready code
/* CSS */
color: #b2bdfb;
background-color: #b2bdfb;
/* Tailwind (arbitrary) */
class="text-[#b2bdfb] bg-[#b2bdfb]"
/* SCSS */
$brand: #b2bdfb;
/* SwiftUI */
Color(red: 0.698, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#b2bdfb")Accessibility — WCAG contrast
Aa
#b2bdfb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bdfb on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b2bdfb text on a black background
contrast 11.57:1
Card sample
#b2bdfb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bdfb;
Background color
Panel with #b2bdfb background
background-color: #b2bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bdfb; background: linear-gradient(135deg, #b2bdfb, #D8B2FB);