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