#b7ace8
a light, vivid blue · warm · closest name: plum
RGB
183, 172, 232
HSL
251°, 57%, 79%
CMYK
21, 26, 0, 9
Luminance
0.4540
Every format
| HEX | #b7ace8 |
| RGB | rgb(183, 172, 232) |
| HSL | hsl(251, 57%, 79%) |
| CMYK | cmyk(21%, 26%, 0%, 9%) |
| LAB | lab(73.2 16.2 -28.6) |
| LCH | lch(73.2 32.9 299.5) |
| OKLCH | oklch(0.775 0.085 292.7) |
Copy-ready code
/* CSS */
color: #b7ace8;
background-color: #b7ace8;
/* Tailwind (arbitrary) */
class="text-[#b7ace8] bg-[#b7ace8]"
/* SCSS */
$brand: #b7ace8;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#b7ace8")Accessibility — WCAG contrast
Aa
#b7ace8 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ace8 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue91.0%
CMYK percentages
Cyan21.1%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#b7ace8 text on a black background
contrast 10.08:1
Card sample
#b7ace8 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ace8;
Background color
Panel with #b7ace8 background
background-color: #b7ace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ace8; background: linear-gradient(135deg, #b7ace8, #DFACE8);