#b0abf7
a light, electric blue · warm · closest name: plum
RGB
176, 171, 247
HSL
244°, 83%, 82%
CMYK
29, 31, 0, 3
Luminance
0.4507
Every format
| HEX | #b0abf7 |
| RGB | rgb(176, 171, 247) |
| HSL | hsl(244, 83%, 82%) |
| CMYK | cmyk(29%, 31%, 0%, 3%) |
| LAB | lab(72.9 18.3 -37.1) |
| LCH | lch(72.9 41.4 296.2) |
| OKLCH | oklch(0.774 0.108 286.6) |
Copy-ready code
/* CSS */
color: #b0abf7;
background-color: #b0abf7;
/* Tailwind (arbitrary) */
class="text-[#b0abf7] bg-[#b0abf7]"
/* SCSS */
$brand: #b0abf7;
/* SwiftUI */
Color(red: 0.690, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#b0abf7")Accessibility — WCAG contrast
Aa
#b0abf7 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0abf7 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.1%
Blue96.9%
CMYK percentages
Cyan28.7%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#b0abf7 text on a black background
contrast 10.01:1
Card sample
#b0abf7 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0abf7;
Background color
Panel with #b0abf7 background
background-color: #b0abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0abf7; background: linear-gradient(135deg, #b0abf7, #E3ABF7);