#925421
a dark, vivid orange · warm · closest name: sienna
RGB
146, 84, 33
HSL
27°, 63%, 35%
CMYK
0, 43, 77, 43
Luminance
0.1256
Every format
| HEX | #925421 |
| RGB | rgb(146, 84, 33) |
| HSL | hsl(27, 63%, 35%) |
| CMYK | cmyk(0%, 43%, 77%, 43%) |
| LAB | lab(42.1 21.6 39.4) |
| LCH | lch(42.1 44.9 61.3) |
| OKLCH | oklch(0.509 0.104 56.4) |
Copy-ready code
/* CSS */
color: #925421;
background-color: #925421;
/* Tailwind (arbitrary) */
class="text-[#925421] bg-[#925421]"
/* SCSS */
$brand: #925421;
/* SwiftUI */
Color(red: 0.573, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#925421")Accessibility — WCAG contrast
Aa
#925421 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#925421 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow77.4%
Key (black)42.7%
Color previews
#925421 text on a black background
contrast 3.51:1
Card sample
#925421 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925421;
Background color
Panel with #925421 background
background-color: #925421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925421; background: linear-gradient(135deg, #925421, #859221);