#b3bdfe
a light, electric blue · warm · closest name: plum
RGB
179, 189, 254
HSL
232°, 97%, 85%
CMYK
30, 26, 0, 0
Luminance
0.5313
Every format
| HEX | #b3bdfe |
| RGB | rgb(179, 189, 254) |
| HSL | hsl(232, 97%, 85%) |
| CMYK | cmyk(30%, 26%, 0%, 0%) |
| LAB | lab(78.0 10.9 -33.1) |
| LCH | lch(78.0 34.9 288.1) |
| OKLCH | oklch(0.814 0.092 277.4) |
Copy-ready code
/* CSS */
color: #b3bdfe;
background-color: #b3bdfe;
/* Tailwind (arbitrary) */
class="text-[#b3bdfe] bg-[#b3bdfe]"
/* SCSS */
$brand: #b3bdfe;
/* SwiftUI */
Color(red: 0.702, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#b3bdfe")Accessibility — WCAG contrast
Aa
#b3bdfe on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bdfe on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.1%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#b3bdfe text on a black background
contrast 11.63:1
Card sample
#b3bdfe text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bdfe;
Background color
Panel with #b3bdfe background
background-color: #b3bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bdfe; background: linear-gradient(135deg, #b3bdfe, #DBB3FE);