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