#b3bdfb
a light, electric blue · warm · closest name: plum
RGB
179, 189, 251
HSL
232°, 90%, 84%
CMYK
29, 25, 0, 2
Luminance
0.5294
Every format
| HEX | #b3bdfb |
| RGB | rgb(179, 189, 251) |
| HSL | hsl(232, 90%, 84%) |
| CMYK | cmyk(29%, 25%, 0%, 2%) |
| LAB | lab(77.8 10.1 -31.7) |
| LCH | lch(77.8 33.3 287.7) |
| OKLCH | oklch(0.813 0.088 277.1) |
Copy-ready code
/* CSS */
color: #b3bdfb;
background-color: #b3bdfb;
/* Tailwind (arbitrary) */
class="text-[#b3bdfb] bg-[#b3bdfb]"
/* SCSS */
$brand: #b3bdfb;
/* SwiftUI */
Color(red: 0.702, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#b3bdfb")Accessibility — WCAG contrast
Aa
#b3bdfb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bdfb on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan28.7%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b3bdfb text on a black background
contrast 11.59:1
Card sample
#b3bdfb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bdfb;
Background color
Panel with #b3bdfb background
background-color: #b3bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bdfb; background: linear-gradient(135deg, #b3bdfb, #D9B3FB);