#baadc4
a light, soft violet · warm · closest name: silver
RGB
186, 173, 196
HSL
274°, 16%, 72%
CMYK
5, 12, 0, 23
Luminance
0.4431
Every format
| HEX | #baadc4 |
| RGB | rgb(186, 173, 196) |
| HSL | hsl(274, 16%, 72%) |
| CMYK | cmyk(5%, 12%, 0%, 23%) |
| LAB | lab(72.4 8.9 -10.0) |
| LCH | lch(72.4 13.4 311.8) |
| OKLCH | oklch(0.766 0.035 310.6) |
Copy-ready code
/* CSS */
color: #baadc4;
background-color: #baadc4;
/* Tailwind (arbitrary) */
class="text-[#baadc4] bg-[#baadc4]"
/* SCSS */
$brand: #baadc4;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.769)
/* Android */
Color.parseColor("#baadc4")Accessibility — WCAG contrast
Aa
#baadc4 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadc4 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue76.9%
CMYK percentages
Cyan5.1%
Magenta11.7%
Yellow0.0%
Key (black)23.1%
Color previews
#baadc4 text on a black background
contrast 9.86:1
Card sample
#baadc4 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadc4;
Background color
Panel with #baadc4 background
background-color: #baadc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadc4; background: linear-gradient(135deg, #baadc4, #C4ADBF);