#b4bdfb
a light, electric blue · warm · closest name: plum
RGB
180, 189, 251
HSL
232°, 90%, 85%
CMYK
28, 25, 0, 2
Luminance
0.5306
Every format
| HEX | #b4bdfb |
| RGB | rgb(180, 189, 251) |
| HSL | hsl(232, 90%, 85%) |
| CMYK | cmyk(28%, 25%, 0%, 2%) |
| LAB | lab(77.9 10.4 -31.6) |
| LCH | lch(77.9 33.3 288.3) |
| OKLCH | oklch(0.813 0.088 277.8) |
Copy-ready code
/* CSS */
color: #b4bdfb;
background-color: #b4bdfb;
/* Tailwind (arbitrary) */
class="text-[#b4bdfb] bg-[#b4bdfb]"
/* SCSS */
$brand: #b4bdfb;
/* SwiftUI */
Color(red: 0.706, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#b4bdfb")Accessibility — WCAG contrast
Aa
#b4bdfb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bdfb on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b4bdfb text on a black background
contrast 11.61:1
Card sample
#b4bdfb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bdfb;
Background color
Panel with #b4bdfb background
background-color: #b4bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bdfb; background: linear-gradient(135deg, #b4bdfb, #DAB4FB);