#bda862
a balanced, soft yellow · cool · closest name: tan
RGB
189, 168, 98
HSL
46°, 41%, 56%
CMYK
0, 11, 48, 26
Luminance
0.3971
Every format
| HEX | #bda862 |
| RGB | rgb(189, 168, 98) |
| HSL | hsl(46, 41%, 56%) |
| CMYK | cmyk(0%, 11%, 48%, 26%) |
| LAB | lab(69.3 -1.8 38.8) |
| LCH | lch(69.3 38.8 92.6) |
| OKLCH | oklch(0.734 0.093 93.2) |
Copy-ready code
/* CSS */
color: #bda862;
background-color: #bda862;
/* Tailwind (arbitrary) */
class="text-[#bda862] bg-[#bda862]"
/* SCSS */
$brand: #bda862;
/* SwiftUI */
Color(red: 0.741, green: 0.659, blue: 0.384)
/* Android */
Color.parseColor("#bda862")Accessibility — WCAG contrast
Aa
#bda862 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda862 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.9%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow48.1%
Key (black)25.9%
Color previews
#bda862 text on a black background
contrast 8.94:1
Card sample
#bda862 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda862;
Background color
Panel with #bda862 background
background-color: #bda862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 168, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 168, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda862; background: linear-gradient(135deg, #bda862, #95BD62);