#bc9151
a balanced, soft orange · warm · closest name: peru
RGB
188, 145, 81
HSL
36°, 44%, 53%
CMYK
0, 23, 57, 26
Luminance
0.3154
Every format
| HEX | #bc9151 |
| RGB | rgb(188, 145, 81) |
| HSL | hsl(36, 44%, 53%) |
| CMYK | cmyk(0%, 23%, 57%, 26%) |
| LAB | lab(63.0 8.8 39.8) |
| LCH | lch(63.0 40.8 77.6) |
| OKLCH | oklch(0.684 0.097 75.9) |
Copy-ready code
/* CSS */
color: #bc9151;
background-color: #bc9151;
/* Tailwind (arbitrary) */
class="text-[#bc9151] bg-[#bc9151]"
/* SCSS */
$brand: #bc9151;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.318)
/* Android */
Color.parseColor("#bc9151")Accessibility — WCAG contrast
Aa
#bc9151 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9151 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.9%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow56.9%
Key (black)26.3%
Color previews
#bc9151 text on a black background
contrast 7.31:1
Card sample
#bc9151 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9151;
Background color
Panel with #bc9151 background
background-color: #bc9151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 145, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9151; background: linear-gradient(135deg, #bc9151, #A0BC51);