#b2ade9
a light, vivid blue · warm · closest name: plum
RGB
178, 173, 233
HSL
245°, 58%, 80%
CMYK
24, 26, 0, 9
Luminance
0.4524
Every format
| HEX | #b2ade9 |
| RGB | rgb(178, 173, 233) |
| HSL | hsl(245, 58%, 80%) |
| CMYK | cmyk(24%, 26%, 0%, 9%) |
| LAB | lab(73.0 14.4 -29.4) |
| LCH | lch(73.0 32.7 296.1) |
| OKLCH | oklch(0.773 0.085 288.1) |
Copy-ready code
/* CSS */
color: #b2ade9;
background-color: #b2ade9;
/* Tailwind (arbitrary) */
class="text-[#b2ade9] bg-[#b2ade9]"
/* SCSS */
$brand: #b2ade9;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#b2ade9")Accessibility — WCAG contrast
Aa
#b2ade9 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ade9 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue91.4%
CMYK percentages
Cyan23.6%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#b2ade9 text on a black background
contrast 10.05:1
Card sample
#b2ade9 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ade9;
Background color
Panel with #b2ade9 background
background-color: #b2ade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ade9; background: linear-gradient(135deg, #b2ade9, #DAADE9);