#b3bafc
a light, electric blue · warm · closest name: plum
RGB
179, 186, 252
HSL
234°, 92%, 85%
CMYK
29, 26, 0, 1
Luminance
0.5173
Every format
| HEX | #b3bafc |
| RGB | rgb(179, 186, 252) |
| HSL | hsl(234, 92%, 85%) |
| CMYK | cmyk(29%, 26%, 0%, 1%) |
| LAB | lab(77.1 12.0 -33.4) |
| LCH | lch(77.1 35.5 289.8) |
| OKLCH | oklch(0.807 0.093 279.4) |
Copy-ready code
/* CSS */
color: #b3bafc;
background-color: #b3bafc;
/* Tailwind (arbitrary) */
class="text-[#b3bafc] bg-[#b3bafc]"
/* SCSS */
$brand: #b3bafc;
/* SwiftUI */
Color(red: 0.702, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#b3bafc")Accessibility — WCAG contrast
Aa
#b3bafc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bafc on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green72.9%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#b3bafc text on a black background
contrast 11.35:1
Card sample
#b3bafc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bafc;
Background color
Panel with #b3bafc background
background-color: #b3bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bafc; background: linear-gradient(135deg, #b3bafc, #DDB3FC);