Tan

#EBC260

Orange

Color Codes

All color formats for development

HEX
#EBC260
RGB
rgb(235, 194, 96)
HSL
hsl(42, 78%, 65%)
OKLCH
oklch(0.831 0.125 86.7)
CMYK
cmyk(0%, 17%, 59%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF3
200
#F8E8
300
#F2D7
400
#EBC2
500
#E6B0
600
#C893
700
#9F75
800
#7154
900
#4936
950
#2D21

Shades

Darker variations

1#E8B643
2#E4AB25
3#CF981A
4#B18216
5#946D12
6#76570F
7#59410B
8#3B2B07
9#1E1604

Tints

Lighter variations

1#EDC870
2#EFCE80
3#F1D490
4#F3DAA0
5#F5E0B0
6#F7E6BF
7#F9EDCF
8#FBF3DF
9#FDF9EF

Tones

Muted variations

1#E4BF67
2#DDBC6E
3#D6B975
4#D0B67C
5#C9B483
6#C2B18A
7#BBAE91
8#B4AB98
9#ADA99F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF3
#FBF3DF
Light backgroundsTable row hoverSkeleton loading
200
F8E8
#F8E8C4
Secondary backgroundsInput backgroundsDividers
300
F2D7
#F2D797
BordersInactive statesPlaceholder text
400
EBC2
#EBC260
Disabled statesSecondary iconsMuted text
500
E6B0
#E6B033
Primary brand colorCTAsActive elementsLinks
600
C893
#C89319
Hover statesFocus ringsPrimary buttons hover
700
9F75
#9F7514
Active/pressed statesDark mode accentsSecondary text
800
7154
#71540E
Text on light backgroundsHeadingsStrong borders
900
4936
#493609
Primary textHigh emphasis contentDark headings
950
2D21
#2D2106
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FDFAF1;
  --tan-100: #FBF3DF;
  --tan-200: #F8E8C4;
  --tan-300: #F2D797;
  --tan-400: #EBC260;
  --tan-500: #E6B033;
  --tan-600: #C89319;
  --tan-700: #9F7514;
  --tan-800: #71540E;
  --tan-900: #493609;
  --tan-950: #2D2106;
}
Generate More ShadesCreate PaletteConvert Color