#baadcb
a light, soft violet · warm · closest name: silver
RGB
186, 173, 203
HSL
266°, 22%, 74%
CMYK
8, 15, 0, 20
Luminance
0.4464
Every format
| HEX | #baadcb |
| RGB | rgb(186, 173, 203) |
| HSL | hsl(266, 22%, 74%) |
| CMYK | cmyk(8%, 15%, 0%, 20%) |
| LAB | lab(72.7 10.4 -13.5) |
| LCH | lch(72.7 17.0 307.4) |
| OKLCH | oklch(0.768 0.044 305.0) |
Copy-ready code
/* CSS */
color: #baadcb;
background-color: #baadcb;
/* Tailwind (arbitrary) */
class="text-[#baadcb] bg-[#baadcb]"
/* SCSS */
$brand: #baadcb;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#baadcb")Accessibility — WCAG contrast
Aa
#baadcb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadcb on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta14.8%
Yellow0.0%
Key (black)20.4%
Color previews
#baadcb text on a black background
contrast 9.93:1
Card sample
#baadcb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadcb;
Background color
Panel with #baadcb background
background-color: #baadcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadcb; background: linear-gradient(135deg, #baadcb, #CBADC8);