#b0a3f7
a light, electric blue · warm · closest name: plum
RGB
176, 163, 247
HSL
249°, 84%, 80%
CMYK
29, 34, 0, 3
Luminance
0.4214
Every format
| HEX | #b0a3f7 |
| RGB | rgb(176, 163, 247) |
| HSL | hsl(249, 84%, 80%) |
| CMYK | cmyk(29%, 34%, 0%, 3%) |
| LAB | lab(71.0 22.7 -40.2) |
| LCH | lch(71.0 46.2 299.5) |
| OKLCH | oklch(0.758 0.119 290.4) |
Copy-ready code
/* CSS */
color: #b0a3f7;
background-color: #b0a3f7;
/* Tailwind (arbitrary) */
class="text-[#b0a3f7] bg-[#b0a3f7]"
/* SCSS */
$brand: #b0a3f7;
/* SwiftUI */
Color(red: 0.690, green: 0.639, blue: 0.969)
/* Android */
Color.parseColor("#b0a3f7")Accessibility — WCAG contrast
Aa
#b0a3f7 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a3f7 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.9%
Blue96.9%
CMYK percentages
Cyan28.7%
Magenta34.0%
Yellow0.0%
Key (black)3.1%
Color previews
#b0a3f7 text on a black background
contrast 9.43:1
Card sample
#b0a3f7 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a3f7;
Background color
Panel with #b0a3f7 background
background-color: #b0a3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 163, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 163, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a3f7; background: linear-gradient(135deg, #b0a3f7, #E8A3F7);