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