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