#b7acf6
a light, electric blue · warm · closest name: plum
RGB
183, 172, 246
HSL
249°, 80%, 82%
CMYK
26, 30, 0, 4
Luminance
0.4623
Every format
| HEX | #b7acf6 |
| RGB | rgb(183, 172, 246) |
| HSL | hsl(249, 80%, 82%) |
| CMYK | cmyk(26%, 30%, 0%, 4%) |
| LAB | lab(73.7 19.5 -35.4) |
| LCH | lch(73.7 40.4 298.8) |
| OKLCH | oklch(0.781 0.105 290.6) |
Copy-ready code
/* CSS */
color: #b7acf6;
background-color: #b7acf6;
/* Tailwind (arbitrary) */
class="text-[#b7acf6] bg-[#b7acf6]"
/* SCSS */
$brand: #b7acf6;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#b7acf6")Accessibility — WCAG contrast
Aa
#b7acf6 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7acf6 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue96.5%
CMYK percentages
Cyan25.6%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#b7acf6 text on a black background
contrast 10.25:1
Card sample
#b7acf6 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7acf6;
Background color
Panel with #b7acf6 background
background-color: #b7acf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7acf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7acf6; background: linear-gradient(135deg, #b7acf6, #E8ACF6);