#b7ade1
a light, vivid blue · warm · closest name: plum
RGB
183, 173, 225
HSL
252°, 46%, 78%
CMYK
19, 23, 0, 12
Luminance
0.4539
Every format
| HEX | #b7ade1 |
| RGB | rgb(183, 173, 225) |
| HSL | hsl(252, 46%, 78%) |
| CMYK | cmyk(19%, 23%, 0%, 12%) |
| LAB | lab(73.2 14.1 -24.8) |
| LCH | lch(73.2 28.5 299.6) |
| OKLCH | oklch(0.774 0.074 293.4) |
Copy-ready code
/* CSS */
color: #b7ade1;
background-color: #b7ade1;
/* Tailwind (arbitrary) */
class="text-[#b7ade1] bg-[#b7ade1]"
/* SCSS */
$brand: #b7ade1;
/* SwiftUI */
Color(red: 0.718, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#b7ade1")Accessibility — WCAG contrast
Aa
#b7ade1 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ade1 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.8%
Blue88.2%
CMYK percentages
Cyan18.7%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#b7ade1 text on a black background
contrast 10.08:1
Card sample
#b7ade1 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ade1;
Background color
Panel with #b7ade1 background
background-color: #b7ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ade1; background: linear-gradient(135deg, #b7ade1, #DAADE1);