#b0bdfe
a light, electric blue · warm · closest name: plum
RGB
176, 189, 254
HSL
230°, 98%, 84%
CMYK
31, 26, 0, 0
Luminance
0.5278
Every format
| HEX | #b0bdfe |
| RGB | rgb(176, 189, 254) |
| HSL | hsl(230, 98%, 84%) |
| CMYK | cmyk(31%, 26%, 0%, 0%) |
| LAB | lab(77.7 10.0 -33.5) |
| LCH | lch(77.7 34.9 286.6) |
| OKLCH | oklch(0.812 0.093 275.4) |
Copy-ready code
/* CSS */
color: #b0bdfe;
background-color: #b0bdfe;
/* Tailwind (arbitrary) */
class="text-[#b0bdfe] bg-[#b0bdfe]"
/* SCSS */
$brand: #b0bdfe;
/* SwiftUI */
Color(red: 0.690, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#b0bdfe")Accessibility — WCAG contrast
Aa
#b0bdfe on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bdfe on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.1%
Blue99.6%
CMYK percentages
Cyan30.7%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#b0bdfe text on a black background
contrast 11.56:1
Card sample
#b0bdfe text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bdfe;
Background color
Panel with #b0bdfe background
background-color: #b0bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bdfe; background: linear-gradient(135deg, #b0bdfe, #D7B0FE);