#ba902a
a dark, vivid yellow · warm · closest name: peru
RGB
186, 144, 42
HSL
43°, 63%, 45%
CMYK
0, 23, 77, 27
Luminance
0.3055
Every format
| HEX | #ba902a |
| RGB | rgb(186, 144, 42) |
| HSL | hsl(43, 63%, 45%) |
| CMYK | cmyk(0%, 23%, 77%, 27%) |
| LAB | lab(62.1 6.1 56.6) |
| LCH | lch(62.1 57.0 83.9) |
| OKLCH | oklch(0.676 0.124 84.9) |
Copy-ready code
/* CSS */
color: #ba902a;
background-color: #ba902a;
/* Tailwind (arbitrary) */
class="text-[#ba902a] bg-[#ba902a]"
/* SCSS */
$brand: #ba902a;
/* SwiftUI */
Color(red: 0.729, green: 0.565, blue: 0.165)
/* Android */
Color.parseColor("#ba902a")Accessibility — WCAG contrast
Aa
#ba902a on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba902a on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow77.4%
Key (black)27.1%
Color previews
#ba902a text on a black background
contrast 7.11:1
Card sample
#ba902a text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba902a;
Background color
Panel with #ba902a background
background-color: #ba902a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba902a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 144, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 144, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba902a; background: linear-gradient(135deg, #ba902a, #84BA2A);