#b7ace4
a light, vivid blue · warm · closest name: plum
RGB
183, 172, 228
HSL
252°, 51%, 78%
CMYK
20, 25, 0, 11
Luminance
0.4517
Every format
| HEX | #b7ace4 |
| RGB | rgb(183, 172, 228) |
| HSL | hsl(252, 51%, 78%) |
| CMYK | cmyk(20%, 25%, 0%, 11%) |
| LAB | lab(73.0 15.3 -26.7) |
| LCH | lch(73.0 30.8 299.8) |
| OKLCH | oklch(0.773 0.080 293.5) |
Copy-ready code
/* CSS */
color: #b7ace4;
background-color: #b7ace4;
/* Tailwind (arbitrary) */
class="text-[#b7ace4] bg-[#b7ace4]"
/* SCSS */
$brand: #b7ace4;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#b7ace4")Accessibility — WCAG contrast
Aa
#b7ace4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ace4 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue89.4%
CMYK percentages
Cyan19.7%
Magenta24.6%
Yellow0.0%
Key (black)10.6%
Color previews
#b7ace4 text on a black background
contrast 10.03:1
Card sample
#b7ace4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ace4;
Background color
Panel with #b7ace4 background
background-color: #b7ace4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ace4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ace4; background: linear-gradient(135deg, #b7ace4, #DCACE4);