Sienna
#71430E
OrangeColor Codes
All color formats for development
HEX
#71430ERGB
rgb(113, 67, 14)HSL
hsl(32, 78%, 25%)OKLCH
oklch(0.429 0.09 63.6)CMYK
cmyk(0%, 41%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#663C0D
2#5B360B
3#4F2F0A
4#442808
5#392207
6#2D1B06
7#221404
8#170D03
9#0B0701
Tints
Lighter variations
1#945712
2#B66B16
3#D87F1B
4#E69233
5#EAA455
6#EEB677
7#F2C999
8#F7DBBB
9#FBEDDD
Tones
Muted variations
1#6D4313
2#684218
3#63421D
4#5E4222
5#594127
6#54412C
7#4F4131
8#4A4036
9#45403B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C7 #F2C797 | BordersInactive statesPlaceholder text |
| 400 | EBAA #EBAA60 | Disabled statesSecondary iconsMuted text |
| 500 | E692 #E69233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C876 #C87619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5E #9F5E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7143 #71430E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sienna-50: #FDF8F1;
--sienna-100: #FBEEDF;
--sienna-200: #F8E0C4;
--sienna-300: #F2C797;
--sienna-400: #EBAA60;
--sienna-500: #E69233;
--sienna-600: #C87619;
--sienna-700: #9F5E14;
--sienna-800: #71430E;
--sienna-900: #492B09;
--sienna-950: #2D1B06;
}