#bc902e
a balanced, vivid yellow · warm · closest name: peru
RGB
188, 144, 46
HSL
41°, 61%, 46%
CMYK
0, 23, 76, 26
Luminance
0.3084
Every format
| HEX | #bc902e |
| RGB | rgb(188, 144, 46) |
| HSL | hsl(41, 61%, 46%) |
| CMYK | cmyk(0%, 23%, 76%, 26%) |
| LAB | lab(62.4 7.1 55.4) |
| LCH | lch(62.4 55.9 82.7) |
| OKLCH | oklch(0.678 0.123 83.3) |
Copy-ready code
/* CSS */
color: #bc902e;
background-color: #bc902e;
/* Tailwind (arbitrary) */
class="text-[#bc902e] bg-[#bc902e]"
/* SCSS */
$brand: #bc902e;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.180)
/* Android */
Color.parseColor("#bc902e")Accessibility — WCAG contrast
Aa
#bc902e on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc902e on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow75.5%
Key (black)26.3%
Color previews
#bc902e text on a black background
contrast 7.17:1
Card sample
#bc902e text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc902e;
Background color
Panel with #bc902e background
background-color: #bc902e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc902e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc902e; background: linear-gradient(135deg, #bc902e, #89BC2E);