Tan

#EDC05E

Orange

Color Codes

All color formats for development

HEX
#EDC05E
RGB
rgb(237, 192, 94)
HSL
hsl(41, 80%, 65%)
OKLCH
oklch(0.829 0.127 84.6)
CMYK
cmyk(0%, 19%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF2
200
#F8E8
300
#F3D6
400
#EDC0
500
#E8AE
600
#CA91
700
#A173
800
#7352
900
#4935
950
#2E21

Shades

Darker variations

1#EAB441
2#E7A923
3#D19617
4#B38114
5#956B11
6#77560D
7#5A400A
8#3C2B07
9#1E1503

Tints

Lighter variations

1#EFC66E
2#F1CD7E
3#F3D38F
4#F4D99F
5#F6DFAF
6#F8E6BF
7#FAECCF
8#FBF2DF
9#FDF9EF

Tones

Muted variations

1#E6BD65
2#DFBB6D
3#D8B874
4#D1B57B
5#C9B382
6#C2B089
7#BBAE90
8#B4AB97
9#ADA89F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF2
#FBF2DF
Light backgroundsTable row hoverSkeleton loading
200
F8E8
#F8E8C3
Secondary backgroundsInput backgroundsDividers
300
F3D6
#F3D695
BordersInactive statesPlaceholder text
400
EDC0
#EDC05E
Disabled statesSecondary iconsMuted text
500
E8AE
#E8AE30
Primary brand colorCTAsActive elementsLinks
600
CA91
#CA9116
Hover statesFocus ringsPrimary buttons hover
700
A173
#A17312
Active/pressed statesDark mode accentsSecondary text
800
7352
#73520D
Text on light backgroundsHeadingsStrong borders
900
4935
#493508
Primary textHigh emphasis contentDark headings
950
2E21
#2E2105
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FDFAF1;
  --tan-100: #FBF2DF;
  --tan-200: #F8E8C3;
  --tan-300: #F3D695;
  --tan-400: #EDC05E;
  --tan-500: #E8AE30;
  --tan-600: #CA9116;
  --tan-700: #A17312;
  --tan-800: #73520D;
  --tan-900: #493508;
  --tan-950: #2E2105;
}
Generate More ShadesCreate PaletteConvert Color