#b8bdf3
a light, vivid blue · warm · closest name: lavender
RGB
184, 189, 243
HSL
235°, 71%, 84%
CMYK
24, 22, 0, 5
Luminance
0.5306
Every format
| HEX | #b8bdf3 |
| RGB | rgb(184, 189, 243) |
| HSL | hsl(235, 71%, 84%) |
| CMYK | cmyk(24%, 22%, 0%, 5%) |
| LAB | lab(77.9 9.7 -27.3) |
| LCH | lch(77.9 28.9 289.6) |
| OKLCH | oklch(0.813 0.076 280.4) |
Copy-ready code
/* CSS */
color: #b8bdf3;
background-color: #b8bdf3;
/* Tailwind (arbitrary) */
class="text-[#b8bdf3] bg-[#b8bdf3]"
/* SCSS */
$brand: #b8bdf3;
/* SwiftUI */
Color(red: 0.722, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#b8bdf3")Accessibility — WCAG contrast
Aa
#b8bdf3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8bdf3 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green74.1%
Blue95.3%
CMYK percentages
Cyan24.3%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#b8bdf3 text on a black background
contrast 11.61:1
Card sample
#b8bdf3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8bdf3;
Background color
Panel with #b8bdf3 background
background-color: #b8bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8bdf3; background: linear-gradient(135deg, #b8bdf3, #DAB8F3);