#be6821
a dark, vivid orange · warm · closest name: chocolate
RGB
190, 104, 33
HSL
27°, 70%, 44%
CMYK
0, 45, 83, 26
Luminance
0.2096
Every format
| HEX | #be6821 |
| RGB | rgb(190, 104, 33) |
| HSL | hsl(27, 70%, 44%) |
| CMYK | cmyk(0%, 45%, 83%, 26%) |
| LAB | lab(52.9 29.5 51.8) |
| LCH | lch(52.9 59.6 60.4) |
| OKLCH | oklch(0.605 0.136 54.8) |
Copy-ready code
/* CSS */
color: #be6821;
background-color: #be6821;
/* Tailwind (arbitrary) */
class="text-[#be6821] bg-[#be6821]"
/* SCSS */
$brand: #be6821;
/* SwiftUI */
Color(red: 0.745, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#be6821")Accessibility — WCAG contrast
Aa
#be6821 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be6821 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow82.6%
Key (black)25.5%
Color previews
#be6821 text on a black background
contrast 5.19:1
Card sample
#be6821 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be6821;
Background color
Panel with #be6821 background
background-color: #be6821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be6821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be6821; background: linear-gradient(135deg, #be6821, #ABBE21);