#b8bdf9
a light, electric blue · warm · closest name: plum
RGB
184, 189, 249
HSL
235°, 84%, 85%
CMYK
26, 24, 0, 2
Luminance
0.5343
Every format
| HEX | #b8bdf9 |
| RGB | rgb(184, 189, 249) |
| HSL | hsl(235, 84%, 85%) |
| CMYK | cmyk(26%, 24%, 0%, 2%) |
| LAB | lab(78.1 11.1 -30.2) |
| LCH | lch(78.1 32.1 290.2) |
| OKLCH | oklch(0.816 0.085 280.6) |
Copy-ready code
/* CSS */
color: #b8bdf9;
background-color: #b8bdf9;
/* Tailwind (arbitrary) */
class="text-[#b8bdf9] bg-[#b8bdf9]"
/* SCSS */
$brand: #b8bdf9;
/* SwiftUI */
Color(red: 0.722, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#b8bdf9")Accessibility — WCAG contrast
Aa
#b8bdf9 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8bdf9 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green74.1%
Blue97.6%
CMYK percentages
Cyan26.1%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#b8bdf9 text on a black background
contrast 11.69:1
Card sample
#b8bdf9 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8bdf9;
Background color
Panel with #b8bdf9 background
background-color: #b8bdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8bdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8bdf9; background: linear-gradient(135deg, #b8bdf9, #DEB8F9);