#baadc8
a light, soft violet · warm · closest name: silver
RGB
186, 173, 200
HSL
269°, 20%, 73%
CMYK
7, 14, 0, 22
Luminance
0.4450
Every format
| HEX | #baadc8 |
| RGB | rgb(186, 173, 200) |
| HSL | hsl(269, 20%, 73%) |
| CMYK | cmyk(7%, 14%, 0%, 22%) |
| LAB | lab(72.6 9.8 -12.0) |
| LCH | lch(72.6 15.5 309.0) |
| OKLCH | oklch(0.767 0.041 307.1) |
Copy-ready code
/* CSS */
color: #baadc8;
background-color: #baadc8;
/* Tailwind (arbitrary) */
class="text-[#baadc8] bg-[#baadc8]"
/* SCSS */
$brand: #baadc8;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.784)
/* Android */
Color.parseColor("#baadc8")Accessibility — WCAG contrast
Aa
#baadc8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadc8 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue78.4%
CMYK percentages
Cyan7.0%
Magenta13.5%
Yellow0.0%
Key (black)21.6%
Color previews
#baadc8 text on a black background
contrast 9.90:1
Card sample
#baadc8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadc8;
Background color
Panel with #baadc8 background
background-color: #baadc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadc8; background: linear-gradient(135deg, #baadc8, #C8ADC4);