#b8adeb
a light, vivid blue · warm · closest name: plum
RGB
184, 173, 235
HSL
251°, 61%, 80%
CMYK
22, 26, 0, 8
Luminance
0.4608
Every format
| HEX | #b8adeb |
| RGB | rgb(184, 173, 235) |
| HSL | hsl(251, 61%, 80%) |
| CMYK | cmyk(22%, 26%, 0%, 8%) |
| LAB | lab(73.6 16.6 -29.6) |
| LCH | lch(73.6 33.9 299.4) |
| OKLCH | oklch(0.779 0.088 292.4) |
Copy-ready code
/* CSS */
color: #b8adeb;
background-color: #b8adeb;
/* Tailwind (arbitrary) */
class="text-[#b8adeb] bg-[#b8adeb]"
/* SCSS */
$brand: #b8adeb;
/* SwiftUI */
Color(red: 0.722, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#b8adeb")Accessibility — WCAG contrast
Aa
#b8adeb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8adeb on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.8%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b8adeb text on a black background
contrast 10.22:1
Card sample
#b8adeb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8adeb;
Background color
Panel with #b8adeb background
background-color: #b8adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8adeb; background: linear-gradient(135deg, #b8adeb, #E1ADEB);