#b9ade0
a light, vivid blue · warm · closest name: plum
RGB
185, 173, 224
HSL
254°, 45%, 78%
CMYK
17, 23, 0, 12
Luminance
0.4558
Every format
| HEX | #b9ade0 |
| RGB | rgb(185, 173, 224) |
| HSL | hsl(254, 45%, 78%) |
| CMYK | cmyk(17%, 23%, 0%, 12%) |
| LAB | lab(73.3 14.5 -24.1) |
| LCH | lch(73.3 28.1 301.0) |
| OKLCH | oklch(0.775 0.073 295.4) |
Copy-ready code
/* CSS */
color: #b9ade0;
background-color: #b9ade0;
/* Tailwind (arbitrary) */
class="text-[#b9ade0] bg-[#b9ade0]"
/* SCSS */
$brand: #b9ade0;
/* SwiftUI */
Color(red: 0.725, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#b9ade0")Accessibility — WCAG contrast
Aa
#b9ade0 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ade0 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.8%
Blue87.8%
CMYK percentages
Cyan17.4%
Magenta22.8%
Yellow0.0%
Key (black)12.2%
Color previews
#b9ade0 text on a black background
contrast 10.12:1
Card sample
#b9ade0 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ade0;
Background color
Panel with #b9ade0 background
background-color: #b9ade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ade0; background: linear-gradient(135deg, #b9ade0, #DBADE0);