#b7acff
a light, electric blue · warm · closest name: plum
RGB
183, 172, 255
HSL
248°, 100%, 84%
CMYK
28, 33, 0, 0
Luminance
0.4679
Every format
| HEX | #b7acff |
| RGB | rgb(183, 172, 255) |
| HSL | hsl(248, 100%, 84%) |
| CMYK | cmyk(28%, 33%, 0%, 0%) |
| LAB | lab(74.1 21.6 -39.7) |
| LCH | lch(74.1 45.2 298.6) |
| OKLCH | oklch(0.785 0.117 289.5) |
Copy-ready code
/* CSS */
color: #b7acff;
background-color: #b7acff;
/* Tailwind (arbitrary) */
class="text-[#b7acff] bg-[#b7acff]"
/* SCSS */
$brand: #b7acff;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#b7acff")Accessibility — WCAG contrast
Aa
#b7acff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7acff on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b7acff text on a black background
contrast 10.36:1
Card sample
#b7acff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7acff;
Background color
Panel with #b7acff background
background-color: #b7acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7acff; background: linear-gradient(135deg, #b7acff, #EEACFF);