#beab7d
a balanced, soft yellow · warm · closest name: tan
RGB
190, 171, 125
HSL
43°, 33%, 62%
CMYK
0, 10, 34, 26
Luminance
0.4155
Every format
| HEX | #beab7d |
| RGB | rgb(190, 171, 125) |
| HSL | hsl(43, 33%, 62%) |
| CMYK | cmyk(0%, 10%, 34%, 26%) |
| LAB | lab(70.6 0.0 26.2) |
| LCH | lch(70.6 26.2 90.0) |
| OKLCH | oklch(0.746 0.066 88.1) |
Copy-ready code
/* CSS */
color: #beab7d;
background-color: #beab7d;
/* Tailwind (arbitrary) */
class="text-[#beab7d] bg-[#beab7d]"
/* SCSS */
$brand: #beab7d;
/* SwiftUI */
Color(red: 0.745, green: 0.671, blue: 0.490)
/* Android */
Color.parseColor("#beab7d")Accessibility — WCAG contrast
Aa
#beab7d on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beab7d on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.1%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow34.2%
Key (black)25.5%
Color previews
#beab7d text on a black background
contrast 9.31:1
Card sample
#beab7d text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beab7d;
Background color
Panel with #beab7d background
background-color: #beab7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beab7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 171, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 171, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beab7d; background: linear-gradient(135deg, #beab7d, #A6BE7D);