#b7bdf4
a light, vivid blue · warm · closest name: lavender
RGB
183, 189, 244
HSL
234°, 74%, 84%
CMYK
25, 23, 0, 4
Luminance
0.5299
Every format
| HEX | #b7bdf4 |
| RGB | rgb(183, 189, 244) |
| HSL | hsl(234, 74%, 84%) |
| CMYK | cmyk(25%, 23%, 0%, 4%) |
| LAB | lab(77.9 9.6 -27.9) |
| LCH | lch(77.9 29.5 289.1) |
| OKLCH | oklch(0.813 0.078 279.7) |
Copy-ready code
/* CSS */
color: #b7bdf4;
background-color: #b7bdf4;
/* Tailwind (arbitrary) */
class="text-[#b7bdf4] bg-[#b7bdf4]"
/* SCSS */
$brand: #b7bdf4;
/* SwiftUI */
Color(red: 0.718, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#b7bdf4")Accessibility — WCAG contrast
Aa
#b7bdf4 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bdf4 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.1%
Blue95.7%
CMYK percentages
Cyan25.0%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#b7bdf4 text on a black background
contrast 11.60:1
Card sample
#b7bdf4 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bdf4;
Background color
Panel with #b7bdf4 background
background-color: #b7bdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bdf4; background: linear-gradient(135deg, #b7bdf4, #DAB7F4);