#923913
a dark, electric orange · warm · closest name: sienna
RGB
146, 57, 19
HSL
18°, 77%, 32%
CMYK
0, 61, 87, 43
Luminance
0.0908
Every format
| HEX | #923913 |
| RGB | rgb(146, 57, 19) |
| HSL | hsl(18, 77%, 32%) |
| CMYK | cmyk(0%, 61%, 87%, 43%) |
| LAB | lab(36.1 35.7 40.3) |
| LCH | lch(36.1 53.8 48.5) |
| OKLCH | oklch(0.463 0.130 40.8) |
Copy-ready code
/* CSS */
color: #923913;
background-color: #923913;
/* Tailwind (arbitrary) */
class="text-[#923913] bg-[#923913]"
/* SCSS */
$brand: #923913;
/* SwiftUI */
Color(red: 0.573, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#923913")Accessibility — WCAG contrast
Aa
#923913 on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#923913 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow87.0%
Key (black)42.7%
Color previews
#923913 text on a black background
contrast 2.82:1
Card sample
#923913 text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923913;
Background color
Panel with #923913 background
background-color: #923913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923913; background: linear-gradient(135deg, #923913, #928E13);