#b0bdfd
a light, electric blue · warm · closest name: plum
RGB
176, 189, 253
HSL
230°, 95%, 84%
CMYK
30, 25, 0, 1
Luminance
0.5272
Every format
| HEX | #b0bdfd |
| RGB | rgb(176, 189, 253) |
| HSL | hsl(230, 95%, 84%) |
| CMYK | cmyk(30%, 25%, 0%, 1%) |
| LAB | lab(77.7 9.8 -33.0) |
| LCH | lch(77.7 34.4 286.5) |
| OKLCH | oklch(0.811 0.092 275.3) |
Copy-ready code
/* CSS */
color: #b0bdfd;
background-color: #b0bdfd;
/* Tailwind (arbitrary) */
class="text-[#b0bdfd] bg-[#b0bdfd]"
/* SCSS */
$brand: #b0bdfd;
/* SwiftUI */
Color(red: 0.690, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#b0bdfd")Accessibility — WCAG contrast
Aa
#b0bdfd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bdfd on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.1%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b0bdfd text on a black background
contrast 11.54:1
Card sample
#b0bdfd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bdfd;
Background color
Panel with #b0bdfd background
background-color: #b0bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bdfd; background: linear-gradient(135deg, #b0bdfd, #D6B0FD);