#b9bafd
a pale, electric blue · warm · closest name: plum
RGB
185, 186, 253
HSL
239°, 94%, 86%
CMYK
27, 27, 0, 1
Luminance
0.5252
Every format
| HEX | #b9bafd |
| RGB | rgb(185, 186, 253) |
| HSL | hsl(239, 94%, 86%) |
| CMYK | cmyk(27%, 27%, 0%, 1%) |
| LAB | lab(77.6 14.0 -33.1) |
| LCH | lch(77.6 36.0 292.9) |
| OKLCH | oklch(0.812 0.094 283.4) |
Copy-ready code
/* CSS */
color: #b9bafd;
background-color: #b9bafd;
/* Tailwind (arbitrary) */
class="text-[#b9bafd] bg-[#b9bafd]"
/* SCSS */
$brand: #b9bafd;
/* SwiftUI */
Color(red: 0.725, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#b9bafd")Accessibility — WCAG contrast
Aa
#b9bafd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bafd on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b9bafd text on a black background
contrast 11.50:1
Card sample
#b9bafd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bafd;
Background color
Panel with #b9bafd background
background-color: #b9bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bafd; background: linear-gradient(135deg, #b9bafd, #E5B9FD);