#b7ace2
a light, vivid blue · warm · closest name: plum
RGB
183, 172, 226
HSL
252°, 48%, 78%
CMYK
19, 24, 0, 11
Luminance
0.4506
Every format
| HEX | #b7ace2 |
| RGB | rgb(183, 172, 226) |
| HSL | hsl(252, 48%, 78%) |
| CMYK | cmyk(19%, 24%, 0%, 11%) |
| LAB | lab(72.9 14.8 -25.7) |
| LCH | lch(72.9 29.7 300.0) |
| OKLCH | oklch(0.772 0.077 293.9) |
Copy-ready code
/* CSS */
color: #b7ace2;
background-color: #b7ace2;
/* Tailwind (arbitrary) */
class="text-[#b7ace2] bg-[#b7ace2]"
/* SCSS */
$brand: #b7ace2;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#b7ace2")Accessibility — WCAG contrast
Aa
#b7ace2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ace2 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue88.6%
CMYK percentages
Cyan19.0%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#b7ace2 text on a black background
contrast 10.01:1
Card sample
#b7ace2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ace2;
Background color
Panel with #b7ace2 background
background-color: #b7ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ace2; background: linear-gradient(135deg, #b7ace2, #DBACE2);