#bc933f
a balanced, vivid yellow · warm · closest name: peru
RGB
188, 147, 63
HSL
40°, 50%, 49%
CMYK
0, 22, 67, 26
Luminance
0.3192
Every format
| HEX | #bc933f |
| RGB | rgb(188, 147, 63) |
| HSL | hsl(40, 50%, 49%) |
| CMYK | cmyk(0%, 22%, 67%, 26%) |
| LAB | lab(63.3 6.4 49.0) |
| LCH | lch(63.3 49.4 82.6) |
| OKLCH | oklch(0.686 0.112 82.7) |
Copy-ready code
/* CSS */
color: #bc933f;
background-color: #bc933f;
/* Tailwind (arbitrary) */
class="text-[#bc933f] bg-[#bc933f]"
/* SCSS */
$brand: #bc933f;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.247)
/* Android */
Color.parseColor("#bc933f")Accessibility — WCAG contrast
Aa
#bc933f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc933f on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow66.5%
Key (black)26.3%
Color previews
#bc933f text on a black background
contrast 7.38:1
Card sample
#bc933f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc933f;
Background color
Panel with #bc933f background
background-color: #bc933f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc933f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 147, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc933f; background: linear-gradient(135deg, #bc933f, #92BC3F);