#945c21
a dark, vivid orange · warm · closest name: sienna
RGB
148, 92, 33
HSL
31°, 64%, 36%
CMYK
0, 38, 78, 42
Luminance
0.1406
Every format
| HEX | #945c21 |
| RGB | rgb(148, 92, 33) |
| HSL | hsl(31, 64%, 36%) |
| CMYK | cmyk(0%, 38%, 78%, 42%) |
| LAB | lab(44.3 17.9 41.7) |
| LCH | lch(44.3 45.4 66.8) |
| OKLCH | oklch(0.527 0.103 63.1) |
Copy-ready code
/* CSS */
color: #945c21;
background-color: #945c21;
/* Tailwind (arbitrary) */
class="text-[#945c21] bg-[#945c21]"
/* SCSS */
$brand: #945c21;
/* SwiftUI */
Color(red: 0.580, green: 0.361, blue: 0.129)
/* Android */
Color.parseColor("#945c21")Accessibility — WCAG contrast
Aa
#945c21 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#945c21 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green36.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow77.7%
Key (black)42.0%
Color previews
#945c21 text on a black background
contrast 3.81:1
Card sample
#945c21 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #945c21;
Background color
Panel with #945c21 background
background-color: #945c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #945c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 92, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 92, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #945c21; background: linear-gradient(135deg, #945c21, #7F9421);