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