#be5f21
a dark, vivid orange · warm · closest name: chocolate
RGB
190, 95, 33
HSL
24°, 70%, 44%
CMYK
0, 50, 83, 26
Luminance
0.1924
Every format
| HEX | #be5f21 |
| RGB | rgb(190, 95, 33) |
| HSL | hsl(24, 70%, 44%) |
| CMYK | cmyk(0%, 50%, 83%, 26%) |
| LAB | lab(51.0 34.3 50.1) |
| LCH | lch(51.0 60.7 55.6) |
| OKLCH | oklch(0.590 0.141 49.2) |
Copy-ready code
/* CSS */
color: #be5f21;
background-color: #be5f21;
/* Tailwind (arbitrary) */
class="text-[#be5f21] bg-[#be5f21]"
/* SCSS */
$brand: #be5f21;
/* SwiftUI */
Color(red: 0.745, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#be5f21")Accessibility — WCAG contrast
Aa
#be5f21 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be5f21 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow82.6%
Key (black)25.5%
Color previews
#be5f21 text on a black background
contrast 4.85:1
Card sample
#be5f21 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5f21;
Background color
Panel with #be5f21 background
background-color: #be5f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5f21; background: linear-gradient(135deg, #be5f21, #B4BE21);