#b7bdfd
a pale, electric blue · warm · closest name: plum
RGB
183, 189, 253
HSL
235°, 95%, 86%
CMYK
28, 25, 0, 1
Luminance
0.5355
Every format
| HEX | #b7bdfd |
| RGB | rgb(183, 189, 253) |
| HSL | hsl(235, 95%, 86%) |
| CMYK | cmyk(28%, 25%, 0%, 1%) |
| LAB | lab(78.2 11.8 -32.2) |
| LCH | lch(78.2 34.3 290.1) |
| OKLCH | oklch(0.816 0.090 280.0) |
Copy-ready code
/* CSS */
color: #b7bdfd;
background-color: #b7bdfd;
/* Tailwind (arbitrary) */
class="text-[#b7bdfd] bg-[#b7bdfd]"
/* SCSS */
$brand: #b7bdfd;
/* SwiftUI */
Color(red: 0.718, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#b7bdfd")Accessibility — WCAG contrast
Aa
#b7bdfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bdfd on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.1%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b7bdfd text on a black background
contrast 11.71:1
Card sample
#b7bdfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bdfd;
Background color
Panel with #b7bdfd background
background-color: #b7bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bdfd; background: linear-gradient(135deg, #b7bdfd, #E0B7FD);