#b7bdfb
a pale, electric blue · warm · closest name: plum
RGB
183, 189, 251
HSL
235°, 90%, 85%
CMYK
27, 25, 0, 2
Luminance
0.5343
Every format
| HEX | #b7bdfb |
| RGB | rgb(183, 189, 251) |
| HSL | hsl(235, 90%, 85%) |
| CMYK | cmyk(27%, 25%, 0%, 2%) |
| LAB | lab(78.1 11.3 -31.2) |
| LCH | lch(78.1 33.2 289.9) |
| OKLCH | oklch(0.816 0.087 280.0) |
Copy-ready code
/* CSS */
color: #b7bdfb;
background-color: #b7bdfb;
/* Tailwind (arbitrary) */
class="text-[#b7bdfb] bg-[#b7bdfb]"
/* SCSS */
$brand: #b7bdfb;
/* SwiftUI */
Color(red: 0.718, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#b7bdfb")Accessibility — WCAG contrast
Aa
#b7bdfb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bdfb on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan27.1%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b7bdfb text on a black background
contrast 11.69:1
Card sample
#b7bdfb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bdfb;
Background color
Panel with #b7bdfb background
background-color: #b7bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bdfb; background: linear-gradient(135deg, #b7bdfb, #DEB7FB);