#baadce
a light, soft violet · warm · closest name: silver
RGB
186, 173, 206
HSL
264°, 25%, 74%
CMYK
10, 16, 0, 19
Luminance
0.4478
Every format
| HEX | #baadce |
| RGB | rgb(186, 173, 206) |
| HSL | hsl(264, 25%, 74%) |
| CMYK | cmyk(10%, 16%, 0%, 19%) |
| LAB | lab(72.8 11.0 -15.0) |
| LCH | lch(72.8 18.6 306.1) |
| OKLCH | oklch(0.769 0.049 303.2) |
Copy-ready code
/* CSS */
color: #baadce;
background-color: #baadce;
/* Tailwind (arbitrary) */
class="text-[#baadce] bg-[#baadce]"
/* SCSS */
$brand: #baadce;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#baadce")Accessibility — WCAG contrast
Aa
#baadce on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadce on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#baadce text on a black background
contrast 9.96:1
Card sample
#baadce text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadce;
Background color
Panel with #baadce background
background-color: #baadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadce; background: linear-gradient(135deg, #baadce, #CEADCC);