#b6bdfb
a light, electric blue · warm · closest name: plum
RGB
182, 189, 251
HSL
234°, 90%, 85%
CMYK
28, 25, 0, 2
Luminance
0.5331
Every format
| HEX | #b6bdfb |
| RGB | rgb(182, 189, 251) |
| HSL | hsl(234, 90%, 85%) |
| CMYK | cmyk(28%, 25%, 0%, 2%) |
| LAB | lab(78.0 11.0 -31.4) |
| LCH | lch(78.0 33.2 289.3) |
| OKLCH | oklch(0.815 0.088 279.3) |
Copy-ready code
/* CSS */
color: #b6bdfb;
background-color: #b6bdfb;
/* Tailwind (arbitrary) */
class="text-[#b6bdfb] bg-[#b6bdfb]"
/* SCSS */
$brand: #b6bdfb;
/* SwiftUI */
Color(red: 0.714, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#b6bdfb")Accessibility — WCAG contrast
Aa
#b6bdfb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6bdfb on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green74.1%
Blue98.4%
CMYK percentages
Cyan27.5%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b6bdfb text on a black background
contrast 11.66:1
Card sample
#b6bdfb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6bdfb;
Background color
Panel with #b6bdfb background
background-color: #b6bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6bdfb; background: linear-gradient(135deg, #b6bdfb, #DDB6FB);