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