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