#bdaba3
a light, soft orange · warm · closest name: silver
RGB
189, 171, 163
HSL
19°, 17%, 69%
CMYK
0, 10, 14, 26
Luminance
0.4259
Every format
| HEX | #bdaba3 |
| RGB | rgb(189, 171, 163) |
| HSL | hsl(19, 17%, 69%) |
| CMYK | cmyk(0%, 10%, 14%, 26%) |
| LAB | lab(71.3 5.1 6.5) |
| LCH | lch(71.3 8.3 51.6) |
| OKLCH | oklch(0.754 0.024 45.5) |
Copy-ready code
/* CSS */
color: #bdaba3;
background-color: #bdaba3;
/* Tailwind (arbitrary) */
class="text-[#bdaba3] bg-[#bdaba3]"
/* SCSS */
$brand: #bdaba3;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.639)
/* Android */
Color.parseColor("#bdaba3")Accessibility — WCAG contrast
Aa
#bdaba3 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaba3 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow13.8%
Key (black)25.9%
Color previews
#bdaba3 text on a black background
contrast 9.52:1
Card sample
#bdaba3 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaba3;
Background color
Panel with #bdaba3 background
background-color: #bdaba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaba3; background: linear-gradient(135deg, #bdaba3, #BDBCA3);