#b25310
a dark, electric orange · warm · closest name: chocolate
RGB
178, 83, 16
HSL
25°, 84%, 38%
CMYK
0, 53, 91, 30
Luminance
0.1569
Every format
| HEX | #b25310 |
| RGB | rgb(178, 83, 16) |
| HSL | hsl(25, 84%, 38%) |
| CMYK | cmyk(0%, 53%, 91%, 30%) |
| LAB | lab(46.6 35.2 51.9) |
| LCH | lch(46.6 62.7 55.9) |
| OKLCH | oklch(0.552 0.142 48.7) |
Copy-ready code
/* CSS */
color: #b25310;
background-color: #b25310;
/* Tailwind (arbitrary) */
class="text-[#b25310] bg-[#b25310]"
/* SCSS */
$brand: #b25310;
/* SwiftUI */
Color(red: 0.698, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#b25310")Accessibility — WCAG contrast
Aa
#b25310 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b25310 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow91.0%
Key (black)30.2%
Color previews
#b25310 text on a black background
contrast 4.14:1
Card sample
#b25310 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25310;
Background color
Panel with #b25310 background
background-color: #b25310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25310; background: linear-gradient(135deg, #b25310, #A5B210);