#b0a7f6
a light, electric blue · warm · closest name: plum
RGB
176, 167, 246
HSL
247°, 81%, 81%
CMYK
29, 32, 0, 4
Luminance
0.4352
Every format
| HEX | #b0a7f6 |
| RGB | rgb(176, 167, 246) |
| HSL | hsl(247, 81%, 81%) |
| CMYK | cmyk(29%, 32%, 0%, 4%) |
| LAB | lab(71.9 20.2 -38.2) |
| LCH | lch(71.9 43.2 297.9) |
| OKLCH | oklch(0.766 0.112 288.7) |
Copy-ready code
/* CSS */
color: #b0a7f6;
background-color: #b0a7f6;
/* Tailwind (arbitrary) */
class="text-[#b0a7f6] bg-[#b0a7f6]"
/* SCSS */
$brand: #b0a7f6;
/* SwiftUI */
Color(red: 0.690, green: 0.655, blue: 0.965)
/* Android */
Color.parseColor("#b0a7f6")Accessibility — WCAG contrast
Aa
#b0a7f6 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a7f6 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green65.5%
Blue96.5%
CMYK percentages
Cyan28.5%
Magenta32.1%
Yellow0.0%
Key (black)3.5%
Color previews
#b0a7f6 text on a black background
contrast 9.70:1
Card sample
#b0a7f6 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a7f6;
Background color
Panel with #b0a7f6 background
background-color: #b0a7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 167, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 167, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a7f6; background: linear-gradient(135deg, #b0a7f6, #E5A7F6);