#b0bafc
a light, electric blue · warm · closest name: plum
RGB
176, 186, 252
HSL
232°, 93%, 84%
CMYK
30, 26, 0, 1
Luminance
0.5138
Every format
| HEX | #b0bafc |
| RGB | rgb(176, 186, 252) |
| HSL | hsl(232, 93%, 84%) |
| CMYK | cmyk(30%, 26%, 0%, 1%) |
| LAB | lab(76.9 11.2 -33.7) |
| LCH | lch(76.9 35.5 288.3) |
| OKLCH | oklch(0.805 0.094 277.4) |
Copy-ready code
/* CSS */
color: #b0bafc;
background-color: #b0bafc;
/* Tailwind (arbitrary) */
class="text-[#b0bafc] bg-[#b0bafc]"
/* SCSS */
$brand: #b0bafc;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#b0bafc")Accessibility — WCAG contrast
Aa
#b0bafc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bafc on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#b0bafc text on a black background
contrast 11.28:1
Card sample
#b0bafc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bafc;
Background color
Panel with #b0bafc background
background-color: #b0bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bafc; background: linear-gradient(135deg, #b0bafc, #D9B0FC);