#b2adeb
a light, vivid blue · warm · closest name: plum
RGB
178, 173, 235
HSL
245°, 61%, 80%
CMYK
24, 26, 0, 8
Luminance
0.4535
Every format
| HEX | #b2adeb |
| RGB | rgb(178, 173, 235) |
| HSL | hsl(245, 61%, 80%) |
| CMYK | cmyk(24%, 26%, 0%, 8%) |
| LAB | lab(73.1 14.8 -30.4) |
| LCH | lch(73.1 33.8 296.1) |
| OKLCH | oklch(0.774 0.088 287.9) |
Copy-ready code
/* CSS */
color: #b2adeb;
background-color: #b2adeb;
/* Tailwind (arbitrary) */
class="text-[#b2adeb] bg-[#b2adeb]"
/* SCSS */
$brand: #b2adeb;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#b2adeb")Accessibility — WCAG contrast
Aa
#b2adeb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adeb on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b2adeb text on a black background
contrast 10.07:1
Card sample
#b2adeb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adeb;
Background color
Panel with #b2adeb background
background-color: #b2adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adeb; background: linear-gradient(135deg, #b2adeb, #DBADEB);