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