#b4ade6
a light, vivid blue · warm · closest name: plum
RGB
180, 173, 230
HSL
247°, 53%, 79%
CMYK
22, 25, 0, 10
Luminance
0.4530
Every format
| HEX | #b4ade6 |
| RGB | rgb(180, 173, 230) |
| HSL | hsl(247, 53%, 79%) |
| CMYK | cmyk(22%, 25%, 0%, 10%) |
| LAB | lab(73.1 14.3 -27.7) |
| LCH | lch(73.1 31.1 297.3) |
| OKLCH | oklch(0.773 0.081 290.0) |
Copy-ready code
/* CSS */
color: #b4ade6;
background-color: #b4ade6;
/* Tailwind (arbitrary) */
class="text-[#b4ade6] bg-[#b4ade6]"
/* SCSS */
$brand: #b4ade6;
/* SwiftUI */
Color(red: 0.706, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#b4ade6")Accessibility — WCAG contrast
Aa
#b4ade6 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ade6 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.8%
Blue90.2%
CMYK percentages
Cyan21.7%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#b4ade6 text on a black background
contrast 10.06:1
Card sample
#b4ade6 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ade6;
Background color
Panel with #b4ade6 background
background-color: #b4ade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ade6; background: linear-gradient(135deg, #b4ade6, #DAADE6);