#bc6f39
a balanced, vivid orange · warm · closest name: peru
RGB
188, 111, 57
HSL
25°, 54%, 48%
CMYK
0, 41, 70, 26
Luminance
0.2236
Every format
| HEX | #bc6f39 |
| RGB | rgb(188, 111, 57) |
| HSL | hsl(25, 54%, 48%) |
| CMYK | cmyk(0%, 41%, 70%, 26%) |
| LAB | lab(54.4 25.9 42.2) |
| LCH | lch(54.4 49.5 58.5) |
| OKLCH | oklch(0.617 0.119 53.5) |
Copy-ready code
/* CSS */
color: #bc6f39;
background-color: #bc6f39;
/* Tailwind (arbitrary) */
class="text-[#bc6f39] bg-[#bc6f39]"
/* SCSS */
$brand: #bc6f39;
/* SwiftUI */
Color(red: 0.737, green: 0.435, blue: 0.224)
/* Android */
Color.parseColor("#bc6f39")Accessibility — WCAG contrast
Aa
#bc6f39 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6f39 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green43.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow69.7%
Key (black)26.3%
Color previews
#bc6f39 text on a black background
contrast 5.47:1
Card sample
#bc6f39 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6f39;
Background color
Panel with #bc6f39 background
background-color: #bc6f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 111, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 111, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6f39; background: linear-gradient(135deg, #bc6f39, #B2BC39);