#b3bcfc
a light, electric blue · warm · closest name: plum
RGB
179, 188, 252
HSL
233°, 92%, 85%
CMYK
29, 25, 0, 1
Luminance
0.5258
Every format
| HEX | #b3bcfc |
| RGB | rgb(179, 188, 252) |
| HSL | hsl(233, 92%, 85%) |
| CMYK | cmyk(29%, 25%, 0%, 1%) |
| LAB | lab(77.6 10.9 -32.6) |
| LCH | lch(77.6 34.4 288.5) |
| OKLCH | oklch(0.811 0.091 278.0) |
Copy-ready code
/* CSS */
color: #b3bcfc;
background-color: #b3bcfc;
/* Tailwind (arbitrary) */
class="text-[#b3bcfc] bg-[#b3bcfc]"
/* SCSS */
$brand: #b3bcfc;
/* SwiftUI */
Color(red: 0.702, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#b3bcfc")Accessibility — WCAG contrast
Aa
#b3bcfc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bcfc on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green73.7%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#b3bcfc text on a black background
contrast 11.52:1
Card sample
#b3bcfc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bcfc;
Background color
Panel with #b3bcfc background
background-color: #b3bcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bcfc; background: linear-gradient(135deg, #b3bcfc, #DBB3FC);