#b4bdfd
a light, electric blue · warm · closest name: plum
RGB
180, 189, 253
HSL
233°, 95%, 85%
CMYK
29, 25, 0, 1
Luminance
0.5319
Every format
| HEX | #b4bdfd |
| RGB | rgb(180, 189, 253) |
| HSL | hsl(233, 95%, 85%) |
| CMYK | cmyk(29%, 25%, 0%, 1%) |
| LAB | lab(78.0 10.9 -32.5) |
| LCH | lch(78.0 34.3 288.5) |
| OKLCH | oklch(0.814 0.091 278.0) |
Copy-ready code
/* CSS */
color: #b4bdfd;
background-color: #b4bdfd;
/* Tailwind (arbitrary) */
class="text-[#b4bdfd] bg-[#b4bdfd]"
/* SCSS */
$brand: #b4bdfd;
/* SwiftUI */
Color(red: 0.706, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#b4bdfd")Accessibility — WCAG contrast
Aa
#b4bdfd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bdfd on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.1%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b4bdfd text on a black background
contrast 11.64:1
Card sample
#b4bdfd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bdfd;
Background color
Panel with #b4bdfd background
background-color: #b4bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bdfd; background: linear-gradient(135deg, #b4bdfd, #DCB4FD);