Tan

#EFBC5D

Orange

Color Codes

All color formats for development

HEX
#EFBC5D
RGB
rgb(239, 188, 93)
HSL
hsl(39, 82%, 65%)
OKLCH
oklch(0.823 0.127 81)
CMYK
cmyk(0%, 21%, 61%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FCF2
200
#F9E6
300
#F4D3
400
#EFBC
500
#EAA8
600
#CC8C
700
#A26F
800
#744F
900
#4A33
950
#2E20

Shades

Darker variations

1#ECAF3E
2#E9A320
3#D39115
4#B57C12
5#97670F
6#79530C
7#5A3E09
8#3C2906
9#1E1503

Tints

Lighter variations

1#F1C26D
2#F2C97D
3#F4D08D
4#F5D79E
5#F7DDAE
6#F9E4BE
7#FAEBCE
8#FCF2DF
9#FDF8EF

Tones

Muted variations

1#E8BA64
2#E0B76B
3#D9B573
4#D2B37A
5#CAB181
6#C3AF88
7#BCAC90
8#B4AA97
9#ADA89E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FCF2
#FCF2DF
Light backgroundsTable row hoverSkeleton loading
200
F9E6
#F9E6C3
Secondary backgroundsInput backgroundsDividers
300
F4D3
#F4D394
BordersInactive statesPlaceholder text
400
EFBC
#EFBC5D
Disabled statesSecondary iconsMuted text
500
EAA8
#EAA82E
Primary brand colorCTAsActive elementsLinks
600
CC8C
#CC8C14
Hover statesFocus ringsPrimary buttons hover
700
A26F
#A26F10
Active/pressed statesDark mode accentsSecondary text
800
744F
#744F0B
Text on light backgroundsHeadingsStrong borders
900
4A33
#4A3307
Primary textHigh emphasis contentDark headings
950
2E20
#2E2005
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FEF9F1;
  --tan-100: #FCF2DF;
  --tan-200: #F9E6C3;
  --tan-300: #F4D394;
  --tan-400: #EFBC5D;
  --tan-500: #EAA82E;
  --tan-600: #CC8C14;
  --tan-700: #A26F10;
  --tan-800: #744F0B;
  --tan-900: #4A3307;
  --tan-950: #2E2005;
}
Generate More ShadesCreate PaletteConvert Color