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