Sienna
#784308
OrangeColor Codes
All color formats for development
HEX
#784308RGB
rgb(120, 67, 8)HSL
hsl(32, 88%, 25%)OKLCH
oklch(0.438 0.098 60.7)CMYK
cmyk(0%, 44%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C3D07
2#603606
3#542F05
4#482805
5#3C2204
6#301B03
7#241402
8#180D02
9#0C0701
Tints
Lighter variations
1#9C580A
2#C06C0C
3#E4800F
4#F19327
5#F4A54B
6#F6B76F
7#F8C993
8#FADBB7
9#FDEDDB
Tones
Muted variations
1#72430D
2#6D4313
3#674218
4#61421E
5#5C4224
6#564129
7#51412F
8#4B4035
9#45403A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C8 #F8C891 | BordersInactive statesPlaceholder text |
| 400 | F4AB #F4AB57 | Disabled statesSecondary iconsMuted text |
| 500 | F193 #F19327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D377 #D3770D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A85E #A85E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7843 #784308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B05 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sienna-50: #FEF8F1;
--sienna-100: #FDEEDD;
--sienna-200: #FBE0C1;
--sienna-300: #F8C891;
--sienna-400: #F4AB57;
--sienna-500: #F19327;
--sienna-600: #D3770D;
--sienna-700: #A85E0B;
--sienna-800: #784308;
--sienna-900: #4D2B05;
--sienna-950: #301B03;
}