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