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