#b25a21
a dark, vivid orange · warm · closest name: sienna
RGB
178, 90, 33
HSL
24°, 69%, 41%
CMYK
0, 49, 82, 30
Luminance
0.1689
Every format
| HEX | #b25a21 |
| RGB | rgb(178, 90, 33) |
| HSL | hsl(24, 69%, 41%) |
| CMYK | cmyk(0%, 49%, 82%, 30%) |
| LAB | lab(48.1 32.0 46.8) |
| LCH | lch(48.1 56.7 55.7) |
| OKLCH | oklch(0.565 0.133 49.4) |
Copy-ready code
/* CSS */
color: #b25a21;
background-color: #b25a21;
/* Tailwind (arbitrary) */
class="text-[#b25a21] bg-[#b25a21]"
/* SCSS */
$brand: #b25a21;
/* SwiftUI */
Color(red: 0.698, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#b25a21")Accessibility — WCAG contrast
Aa
#b25a21 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b25a21 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow81.5%
Key (black)30.2%
Color previews
#b25a21 text on a black background
contrast 4.38:1
Card sample
#b25a21 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25a21;
Background color
Panel with #b25a21 background
background-color: #b25a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25a21; background: linear-gradient(135deg, #b25a21, #A9B221);