#b1acf7
a light, electric blue · warm · closest name: plum
RGB
177, 172, 247
HSL
244°, 82%, 82%
CMYK
28, 30, 0, 3
Luminance
0.4557
Every format
| HEX | #b1acf7 |
| RGB | rgb(177, 172, 247) |
| HSL | hsl(244, 82%, 82%) |
| CMYK | cmyk(28%, 30%, 0%, 3%) |
| LAB | lab(73.3 18.0 -36.6) |
| LCH | lch(73.3 40.8 296.1) |
| OKLCH | oklch(0.776 0.106 286.7) |
Copy-ready code
/* CSS */
color: #b1acf7;
background-color: #b1acf7;
/* Tailwind (arbitrary) */
class="text-[#b1acf7] bg-[#b1acf7]"
/* SCSS */
$brand: #b1acf7;
/* SwiftUI */
Color(red: 0.694, green: 0.675, blue: 0.969)
/* Android */
Color.parseColor("#b1acf7")Accessibility — WCAG contrast
Aa
#b1acf7 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1acf7 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green67.5%
Blue96.9%
CMYK percentages
Cyan28.3%
Magenta30.4%
Yellow0.0%
Key (black)3.1%
Color previews
#b1acf7 text on a black background
contrast 10.11:1
Card sample
#b1acf7 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1acf7;
Background color
Panel with #b1acf7 background
background-color: #b1acf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1acf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 172, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 172, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1acf7; background: linear-gradient(135deg, #b1acf7, #E3ACF7);