#be7730
a balanced, vivid orange · warm · closest name: peru
RGB
190, 119, 48
HSL
30°, 60%, 47%
CMYK
0, 37, 75, 26
Luminance
0.2435
Every format
| HEX | #be7730 |
| RGB | rgb(190, 119, 48) |
| HSL | hsl(30, 60%, 47%) |
| CMYK | cmyk(0%, 37%, 75%, 26%) |
| LAB | lab(56.4 21.9 48.8) |
| LCH | lch(56.4 53.5 65.8) |
| OKLCH | oklch(0.633 0.122 61.9) |
Copy-ready code
/* CSS */
color: #be7730;
background-color: #be7730;
/* Tailwind (arbitrary) */
class="text-[#be7730] bg-[#be7730]"
/* SCSS */
$brand: #be7730;
/* SwiftUI */
Color(red: 0.745, green: 0.467, blue: 0.188)
/* Android */
Color.parseColor("#be7730")Accessibility — WCAG contrast
Aa
#be7730 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be7730 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green46.7%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow74.7%
Key (black)25.5%
Color previews
#be7730 text on a black background
contrast 5.87:1
Card sample
#be7730 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7730;
Background color
Panel with #be7730 background
background-color: #be7730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 119, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 119, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7730; background: linear-gradient(135deg, #be7730, #A6BE30);