#b9bdfd
a pale, electric blue · warm · closest name: plum
RGB
185, 189, 253
HSL
237°, 94%, 86%
CMYK
27, 25, 0, 1
Luminance
0.5380
Every format
| HEX | #b9bdfd |
| RGB | rgb(185, 189, 253) |
| HSL | hsl(237, 94%, 86%) |
| CMYK | cmyk(27%, 25%, 0%, 1%) |
| LAB | lab(78.3 12.3 -32.0) |
| LCH | lch(78.3 34.3 291.1) |
| OKLCH | oklch(0.818 0.090 281.4) |
Copy-ready code
/* CSS */
color: #b9bdfd;
background-color: #b9bdfd;
/* Tailwind (arbitrary) */
class="text-[#b9bdfd] bg-[#b9bdfd]"
/* SCSS */
$brand: #b9bdfd;
/* SwiftUI */
Color(red: 0.725, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#b9bdfd")Accessibility — WCAG contrast
Aa
#b9bdfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bdfd on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.1%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b9bdfd text on a black background
contrast 11.76:1
Card sample
#b9bdfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bdfd;
Background color
Panel with #b9bdfd background
background-color: #b9bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bdfd; background: linear-gradient(135deg, #b9bdfd, #E2B9FD);