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