#baada6
a light, muted orange · warm · closest name: silver
RGB
186, 173, 166
HSL
21°, 13%, 69%
CMYK
0, 7, 11, 27
Luminance
0.4308
Every format
| HEX | #baada6 |
| RGB | rgb(186, 173, 166) |
| HSL | hsl(21, 13%, 69%) |
| CMYK | cmyk(0%, 7%, 11%, 27%) |
| LAB | lab(71.6 3.4 5.3) |
| LCH | lch(71.6 6.3 56.9) |
| OKLCH | oklch(0.757 0.018 50.4) |
Copy-ready code
/* CSS */
color: #baada6;
background-color: #baada6;
/* Tailwind (arbitrary) */
class="text-[#baada6] bg-[#baada6]"
/* SCSS */
$brand: #baada6;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.651)
/* Android */
Color.parseColor("#baada6")Accessibility — WCAG contrast
Aa
#baada6 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baada6 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow10.8%
Key (black)27.1%
Color previews
#baada6 text on a black background
contrast 9.62:1
Card sample
#baada6 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baada6;
Background color
Panel with #baada6 background
background-color: #baada6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baada6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baada6; background: linear-gradient(135deg, #baada6, #BABAA6);