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