#be7828
a balanced, vivid orange · warm · closest name: peru
RGB
190, 120, 40
HSL
32°, 65%, 45%
CMYK
0, 37, 79, 26
Luminance
0.2453
Every format
| HEX | #be7828 |
| RGB | rgb(190, 120, 40) |
| HSL | hsl(32, 65%, 45%) |
| CMYK | cmyk(0%, 37%, 79%, 26%) |
| LAB | lab(56.6 21.0 52.4) |
| LCH | lch(56.6 56.5 68.2) |
| OKLCH | oklch(0.634 0.126 64.7) |
Copy-ready code
/* CSS */
color: #be7828;
background-color: #be7828;
/* Tailwind (arbitrary) */
class="text-[#be7828] bg-[#be7828]"
/* SCSS */
$brand: #be7828;
/* SwiftUI */
Color(red: 0.745, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#be7828")Accessibility — WCAG contrast
Aa
#be7828 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be7828 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green47.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow78.9%
Key (black)25.5%
Color previews
#be7828 text on a black background
contrast 5.91:1
Card sample
#be7828 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7828;
Background color
Panel with #be7828 background
background-color: #be7828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7828; background: linear-gradient(135deg, #be7828, #A0BE28);