#baada0
a light, soft orange · warm · closest name: silver
RGB
186, 173, 160
HSL
30°, 16%, 68%
CMYK
0, 7, 14, 27
Luminance
0.4286
Every format
| HEX | #baada0 |
| RGB | rgb(186, 173, 160) |
| HSL | hsl(30, 16%, 68%) |
| CMYK | cmyk(0%, 7%, 14%, 27%) |
| LAB | lab(71.5 2.4 8.4) |
| LCH | lch(71.5 8.7 73.7) |
| OKLCH | oklch(0.755 0.024 67.5) |
Copy-ready code
/* CSS */
color: #baada0;
background-color: #baada0;
/* Tailwind (arbitrary) */
class="text-[#baada0] bg-[#baada0]"
/* SCSS */
$brand: #baada0;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.627)
/* Android */
Color.parseColor("#baada0")Accessibility — WCAG contrast
Aa
#baada0 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baada0 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow14.0%
Key (black)27.1%
Color previews
#baada0 text on a black background
contrast 9.57:1
Card sample
#baada0 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baada0;
Background color
Panel with #baada0 background
background-color: #baada0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baada0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baada0; background: linear-gradient(135deg, #baada0, #B6BAA0);