#b6bdfd
a pale, electric blue · warm · closest name: plum
RGB
182, 189, 253
HSL
234°, 95%, 85%
CMYK
28, 25, 0, 1
Luminance
0.5343
Every format
| HEX | #b6bdfd |
| RGB | rgb(182, 189, 253) |
| HSL | hsl(234, 95%, 85%) |
| CMYK | cmyk(28%, 25%, 0%, 1%) |
| LAB | lab(78.1 11.5 -32.3) |
| LCH | lch(78.1 34.3 289.5) |
| OKLCH | oklch(0.816 0.090 279.3) |
Copy-ready code
/* CSS */
color: #b6bdfd;
background-color: #b6bdfd;
/* Tailwind (arbitrary) */
class="text-[#b6bdfd] bg-[#b6bdfd]"
/* SCSS */
$brand: #b6bdfd;
/* SwiftUI */
Color(red: 0.714, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#b6bdfd")Accessibility — WCAG contrast
Aa
#b6bdfd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6bdfd on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b6bdfd text on a black background
contrast 11.69:1
Card sample
#b6bdfd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6bdfd;
Background color
Panel with #b6bdfd background
background-color: #b6bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6bdfd; background: linear-gradient(135deg, #b6bdfd, #DEB6FD);