#b0bafe
a light, electric blue · warm · closest name: plum
RGB
176, 186, 254
HSL
232°, 98%, 84%
CMYK
31, 27, 0, 0
Luminance
0.5150
Every format
| HEX | #b0bafe |
| RGB | rgb(176, 186, 254) |
| HSL | hsl(232, 98%, 84%) |
| CMYK | cmyk(31%, 27%, 0%, 0%) |
| LAB | lab(77.0 11.7 -34.7) |
| LCH | lch(77.0 36.6 288.6) |
| OKLCH | oklch(0.806 0.097 277.5) |
Copy-ready code
/* CSS */
color: #b0bafe;
background-color: #b0bafe;
/* Tailwind (arbitrary) */
class="text-[#b0bafe] bg-[#b0bafe]"
/* SCSS */
$brand: #b0bafe;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#b0bafe")Accessibility — WCAG contrast
Aa
#b0bafe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bafe on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue99.6%
CMYK percentages
Cyan30.7%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#b0bafe text on a black background
contrast 11.30:1
Card sample
#b0bafe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bafe;
Background color
Panel with #b0bafe background
background-color: #b0bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bafe; background: linear-gradient(135deg, #b0bafe, #DAB0FE);