#b5bafd
a pale, electric blue · warm · closest name: plum
RGB
181, 186, 253
HSL
236°, 95%, 85%
CMYK
29, 27, 0, 1
Luminance
0.5203
Every format
| HEX | #b5bafd |
| RGB | rgb(181, 186, 253) |
| HSL | hsl(236, 95%, 85%) |
| CMYK | cmyk(29%, 27%, 0%, 1%) |
| LAB | lab(77.3 12.8 -33.6) |
| LCH | lch(77.3 36.0 290.9) |
| OKLCH | oklch(0.809 0.095 280.7) |
Copy-ready code
/* CSS */
color: #b5bafd;
background-color: #b5bafd;
/* Tailwind (arbitrary) */
class="text-[#b5bafd] bg-[#b5bafd]"
/* SCSS */
$brand: #b5bafd;
/* SwiftUI */
Color(red: 0.710, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#b5bafd")Accessibility — WCAG contrast
Aa
#b5bafd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5bafd on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b5bafd text on a black background
contrast 11.41:1
Card sample
#b5bafd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5bafd;
Background color
Panel with #b5bafd background
background-color: #b5bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5bafd; background: linear-gradient(135deg, #b5bafd, #E0B5FD);