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