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