#bda77f
a balanced, soft orange · warm · closest name: tan
RGB
189, 167, 127
HSL
39°, 32%, 62%
CMYK
0, 12, 33, 26
Luminance
0.3999
Every format
| HEX | #bda77f |
| RGB | rgb(189, 167, 127) |
| HSL | hsl(39, 32%, 62%) |
| CMYK | cmyk(0%, 12%, 33%, 26%) |
| LAB | lab(69.5 2.0 23.6) |
| LCH | lch(69.5 23.7 85.1) |
| OKLCH | oklch(0.738 0.060 82.3) |
Copy-ready code
/* CSS */
color: #bda77f;
background-color: #bda77f;
/* Tailwind (arbitrary) */
class="text-[#bda77f] bg-[#bda77f]"
/* SCSS */
$brand: #bda77f;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.498)
/* Android */
Color.parseColor("#bda77f")Accessibility — WCAG contrast
Aa
#bda77f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda77f on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow32.8%
Key (black)25.9%
Color previews
#bda77f text on a black background
contrast 9.00:1
Card sample
#bda77f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda77f;
Background color
Panel with #bda77f background
background-color: #bda77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda77f; background: linear-gradient(135deg, #bda77f, #AABD7F);