#b3bcfe
a light, electric blue · warm · closest name: plum
RGB
179, 188, 254
HSL
233°, 97%, 85%
CMYK
30, 26, 0, 0
Luminance
0.5271
Every format
| HEX | #b3bcfe |
| RGB | rgb(179, 188, 254) |
| HSL | hsl(233, 97%, 85%) |
| CMYK | cmyk(30%, 26%, 0%, 0%) |
| LAB | lab(77.7 11.4 -33.5) |
| LCH | lch(77.7 35.4 288.8) |
| OKLCH | oklch(0.812 0.094 278.1) |
Copy-ready code
/* CSS */
color: #b3bcfe;
background-color: #b3bcfe;
/* Tailwind (arbitrary) */
class="text-[#b3bcfe] bg-[#b3bcfe]"
/* SCSS */
$brand: #b3bcfe;
/* SwiftUI */
Color(red: 0.702, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#b3bcfe")Accessibility — WCAG contrast
Aa
#b3bcfe on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bcfe on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green73.7%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#b3bcfe text on a black background
contrast 11.54:1
Card sample
#b3bcfe text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bcfe;
Background color
Panel with #b3bcfe background
background-color: #b3bcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bcfe; background: linear-gradient(135deg, #b3bcfe, #DCB3FE);