#b3bafe
a light, electric blue · warm · closest name: plum
RGB
179, 186, 254
HSL
234°, 97%, 85%
CMYK
30, 27, 0, 0
Luminance
0.5186
Every format
| HEX | #b3bafe |
| RGB | rgb(179, 186, 254) |
| HSL | hsl(234, 97%, 85%) |
| CMYK | cmyk(30%, 27%, 0%, 0%) |
| LAB | lab(77.2 12.5 -34.3) |
| LCH | lch(77.2 36.5 290.0) |
| OKLCH | oklch(0.808 0.096 279.5) |
Copy-ready code
/* CSS */
color: #b3bafe;
background-color: #b3bafe;
/* Tailwind (arbitrary) */
class="text-[#b3bafe] bg-[#b3bafe]"
/* SCSS */
$brand: #b3bafe;
/* SwiftUI */
Color(red: 0.702, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#b3bafe")Accessibility — WCAG contrast
Aa
#b3bafe on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bafe on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green72.9%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#b3bafe text on a black background
contrast 11.37:1
Card sample
#b3bafe text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bafe;
Background color
Panel with #b3bafe background
background-color: #b3bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bafe; background: linear-gradient(135deg, #b3bafe, #DEB3FE);