#b9ade3
a light, vivid blue · warm · closest name: plum
RGB
185, 173, 227
HSL
253°, 49%, 78%
CMYK
19, 24, 0, 11
Luminance
0.4575
Every format
| HEX | #b9ade3 |
| RGB | rgb(185, 173, 227) |
| HSL | hsl(253, 49%, 78%) |
| CMYK | cmyk(19%, 24%, 0%, 11%) |
| LAB | lab(73.4 15.1 -25.6) |
| LCH | lch(73.4 29.7 300.6) |
| OKLCH | oklch(0.776 0.077 294.7) |
Copy-ready code
/* CSS */
color: #b9ade3;
background-color: #b9ade3;
/* Tailwind (arbitrary) */
class="text-[#b9ade3] bg-[#b9ade3]"
/* SCSS */
$brand: #b9ade3;
/* SwiftUI */
Color(red: 0.725, green: 0.678, blue: 0.890)
/* Android */
Color.parseColor("#b9ade3")Accessibility — WCAG contrast
Aa
#b9ade3 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ade3 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.8%
Blue89.0%
CMYK percentages
Cyan18.5%
Magenta23.8%
Yellow0.0%
Key (black)11.0%
Color previews
#b9ade3 text on a black background
contrast 10.15:1
Card sample
#b9ade3 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ade3;
Background color
Panel with #b9ade3 background
background-color: #b9ade3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ade3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 173, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 173, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ade3; background: linear-gradient(135deg, #b9ade3, #DDADE3);