#b2bafd
a light, electric blue · warm · closest name: plum
RGB
178, 186, 253
HSL
234°, 95%, 85%
CMYK
30, 27, 0, 1
Luminance
0.5167
Every format
| HEX | #b2bafd |
| RGB | rgb(178, 186, 253) |
| HSL | hsl(234, 95%, 85%) |
| CMYK | cmyk(30%, 27%, 0%, 1%) |
| LAB | lab(77.1 12.0 -34.0) |
| LCH | lch(77.1 36.0 289.4) |
| OKLCH | oklch(0.807 0.095 278.8) |
Copy-ready code
/* CSS */
color: #b2bafd;
background-color: #b2bafd;
/* Tailwind (arbitrary) */
class="text-[#b2bafd] bg-[#b2bafd]"
/* SCSS */
$brand: #b2bafd;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#b2bafd")Accessibility — WCAG contrast
Aa
#b2bafd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bafd on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b2bafd text on a black background
contrast 11.33:1
Card sample
#b2bafd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bafd;
Background color
Panel with #b2bafd background
background-color: #b2bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bafd; background: linear-gradient(135deg, #b2bafd, #DCB2FD);