#b8bafd
a pale, electric blue · warm · closest name: plum
RGB
184, 186, 253
HSL
238°, 95%, 86%
CMYK
27, 27, 0, 1
Luminance
0.5240
Every format
| HEX | #b8bafd |
| RGB | rgb(184, 186, 253) |
| HSL | hsl(238, 95%, 86%) |
| CMYK | cmyk(27%, 27%, 0%, 1%) |
| LAB | lab(77.5 13.7 -33.3) |
| LCH | lch(77.5 36.0 292.4) |
| OKLCH | oklch(0.811 0.094 282.8) |
Copy-ready code
/* CSS */
color: #b8bafd;
background-color: #b8bafd;
/* Tailwind (arbitrary) */
class="text-[#b8bafd] bg-[#b8bafd]"
/* SCSS */
$brand: #b8bafd;
/* SwiftUI */
Color(red: 0.722, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#b8bafd")Accessibility — WCAG contrast
Aa
#b8bafd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8bafd on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green72.9%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b8bafd text on a black background
contrast 11.48:1
Card sample
#b8bafd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8bafd;
Background color
Panel with #b8bafd background
background-color: #b8bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8bafd; background: linear-gradient(135deg, #b8bafd, #E4B8FD);