#b8ade5
a light, vivid blue · warm · closest name: plum
RGB
184, 173, 229
HSL
252°, 52%, 79%
CMYK
20, 25, 0, 10
Luminance
0.4573
Every format
| HEX | #b8ade5 |
| RGB | rgb(184, 173, 229) |
| HSL | hsl(252, 52%, 79%) |
| CMYK | cmyk(20%, 25%, 0%, 10%) |
| LAB | lab(73.4 15.3 -26.7) |
| LCH | lch(73.4 30.7 299.8) |
| OKLCH | oklch(0.776 0.080 293.5) |
Copy-ready code
/* CSS */
color: #b8ade5;
background-color: #b8ade5;
/* Tailwind (arbitrary) */
class="text-[#b8ade5] bg-[#b8ade5]"
/* SCSS */
$brand: #b8ade5;
/* SwiftUI */
Color(red: 0.722, green: 0.678, blue: 0.898)
/* Android */
Color.parseColor("#b8ade5")Accessibility — WCAG contrast
Aa
#b8ade5 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ade5 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.8%
Blue89.8%
CMYK percentages
Cyan19.7%
Magenta24.5%
Yellow0.0%
Key (black)10.2%
Color previews
#b8ade5 text on a black background
contrast 10.15:1
Card sample
#b8ade5 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ade5;
Background color
Panel with #b8ade5 background
background-color: #b8ade5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ade5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 173, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 173, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ade5; background: linear-gradient(135deg, #b8ade5, #DDADE5);