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