Sienna

#9F6E14

Orange

Color Codes

All color formats for development

HEX
#9F6E14
RGB
rgb(159, 110, 20)
HSL
hsl(39, 78%, 35%)
OKLCH
oklch(0.575 0.115 76.1)
CMYK
cmyk(0%, 31%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

4.45:1

AA AAA

On Black Background

4.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F8E6
300
#F2D2
400
#EBBB
500
#E6A7
600
#C88A
700
#9F6E
800
#714F
900
#4932
950
#2D1F

Shades

Darker variations

1#8F6312
2#7F5810
3#6F4D0E
4#5F420C
5#4F370A
6#402C08
7#302106
8#201604
9#100B02

Tints

Lighter variations

1#BC8317
2#DA971B
3#E5A630
4#E9B34E
5#EDC06B
6#F0CC89
7#F4D9A6
8#F8E6C4
9#FBF2E1

Tones

Muted variations

1#986C1B
2#916A22
3#8A6829
4#83662F
5#7C6436
6#75623D
7#6E6044
8#675D4B
9#605B52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF1
#FBF1DF
Light backgroundsTable row hoverSkeleton loading
200
F8E6
#F8E6C4
Secondary backgroundsInput backgroundsDividers
300
F2D2
#F2D297
BordersInactive statesPlaceholder text
400
EBBB
#EBBB60
Disabled statesSecondary iconsMuted text
500
E6A7
#E6A733
Primary brand colorCTAsActive elementsLinks
600
C88A
#C88A19
Hover statesFocus ringsPrimary buttons hover
700
9F6E
#9F6E14
Active/pressed statesDark mode accentsSecondary text
800
714F
#714F0E
Text on light backgroundsHeadingsStrong borders
900
4932
#493209
Primary textHigh emphasis contentDark headings
950
2D1F
#2D1F06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sienna-50: #FDF9F1;
  --sienna-100: #FBF1DF;
  --sienna-200: #F8E6C4;
  --sienna-300: #F2D297;
  --sienna-400: #EBBB60;
  --sienna-500: #E6A733;
  --sienna-600: #C88A19;
  --sienna-700: #9F6E14;
  --sienna-800: #714F0E;
  --sienna-900: #493209;
  --sienna-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color