#b9ade1
a light, vivid blue · warm · closest name: plum
RGB
185, 173, 225
HSL
254°, 46%, 78%
CMYK
18, 23, 0, 12
Luminance
0.4564
Every format
| HEX | #b9ade1 |
| RGB | rgb(185, 173, 225) |
| HSL | hsl(254, 46%, 78%) |
| CMYK | cmyk(18%, 23%, 0%, 12%) |
| LAB | lab(73.3 14.7 -24.6) |
| LCH | lch(73.3 28.6 300.9) |
| OKLCH | oklch(0.775 0.074 295.2) |
Copy-ready code
/* CSS */
color: #b9ade1;
background-color: #b9ade1;
/* Tailwind (arbitrary) */
class="text-[#b9ade1] bg-[#b9ade1]"
/* SCSS */
$brand: #b9ade1;
/* SwiftUI */
Color(red: 0.725, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#b9ade1")Accessibility — WCAG contrast
Aa
#b9ade1 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ade1 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.8%
Blue88.2%
CMYK percentages
Cyan17.8%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#b9ade1 text on a black background
contrast 10.13:1
Card sample
#b9ade1 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ade1;
Background color
Panel with #b9ade1 background
background-color: #b9ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ade1; background: linear-gradient(135deg, #b9ade1, #DCADE1);