#baadc2
a light, muted violet · warm · closest name: silver
RGB
186, 173, 194
HSL
277°, 15%, 72%
CMYK
4, 11, 0, 24
Luminance
0.4422
Every format
| HEX | #baadc2 |
| RGB | rgb(186, 173, 194) |
| HSL | hsl(277, 15%, 72%) |
| CMYK | cmyk(4%, 11%, 0%, 24%) |
| LAB | lab(72.4 8.6 -9.0) |
| LCH | lch(72.4 12.4 313.6) |
| OKLCH | oklch(0.765 0.033 312.8) |
Copy-ready code
/* CSS */
color: #baadc2;
background-color: #baadc2;
/* Tailwind (arbitrary) */
class="text-[#baadc2] bg-[#baadc2]"
/* SCSS */
$brand: #baadc2;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#baadc2")Accessibility — WCAG contrast
Aa
#baadc2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadc2 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#baadc2 text on a black background
contrast 9.84:1
Card sample
#baadc2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadc2;
Background color
Panel with #baadc2 background
background-color: #baadc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadc2; background: linear-gradient(135deg, #baadc2, #C2ADBC);