#b94f21
a dark, vivid orange · warm · closest name: chocolate
RGB
185, 79, 33
HSL
18°, 70%, 43%
CMYK
0, 57, 82, 28
Luminance
0.1602
Every format
| HEX | #b94f21 |
| RGB | rgb(185, 79, 33) |
| HSL | hsl(18, 70%, 43%) |
| CMYK | cmyk(0%, 57%, 82%, 28%) |
| LAB | lab(47.0 40.4 46.2) |
| LCH | lch(47.0 61.3 48.8) |
| OKLCH | oklch(0.558 0.149 41.6) |
Copy-ready code
/* CSS */
color: #b94f21;
background-color: #b94f21;
/* Tailwind (arbitrary) */
class="text-[#b94f21] bg-[#b94f21]"
/* SCSS */
$brand: #b94f21;
/* SwiftUI */
Color(red: 0.725, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#b94f21")Accessibility — WCAG contrast
Aa
#b94f21 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94f21 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow82.2%
Key (black)27.5%
Color previews
#b94f21 text on a black background
contrast 4.20:1
Card sample
#b94f21 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94f21;
Background color
Panel with #b94f21 background
background-color: #b94f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94f21; background: linear-gradient(135deg, #b94f21, #B9B421);