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