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