#b2bdfe
a light, electric blue · warm · closest name: plum
RGB
178, 189, 254
HSL
231°, 97%, 85%
CMYK
30, 26, 0, 0
Luminance
0.5302
Every format
| HEX | #b2bdfe |
| RGB | rgb(178, 189, 254) |
| HSL | hsl(231, 97%, 85%) |
| CMYK | cmyk(30%, 26%, 0%, 0%) |
| LAB | lab(77.9 10.6 -33.3) |
| LCH | lch(77.9 34.9 287.6) |
| OKLCH | oklch(0.813 0.093 276.7) |
Copy-ready code
/* CSS */
color: #b2bdfe;
background-color: #b2bdfe;
/* Tailwind (arbitrary) */
class="text-[#b2bdfe] bg-[#b2bdfe]"
/* SCSS */
$brand: #b2bdfe;
/* SwiftUI */
Color(red: 0.698, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#b2bdfe")Accessibility — WCAG contrast
Aa
#b2bdfe on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bdfe on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.1%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#b2bdfe text on a black background
contrast 11.60:1
Card sample
#b2bdfe text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bdfe;
Background color
Panel with #b2bdfe background
background-color: #b2bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bdfe; background: linear-gradient(135deg, #b2bdfe, #DAB2FE);