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