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