Orange

#EA9F2E

Orange

Color Codes

All color formats for development

HEX
#EA9F2E
RGB
rgb(234, 159, 46)
HSL
hsl(36, 82%, 55%)
OKLCH
oklch(0.759 0.148 71.9)
CMYK
cmyk(0%, 32%, 80%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FCF0
200
#F9E3
300
#F4CE
400
#EFB4
500
#EA9F
600
#CC83
700
#A268
800
#744A
900
#4A2F
950
#2E1E

Shades

Darker variations

1#E69317
2#CC8314
3#B37212
4#99620F
5#80520D
6#66410A
7#4D3108
8#332105
9#1A1003

Tints

Lighter variations

1#ECA943
2#EEB258
3#F1BC6D
4#F3C582
5#F5CF97
6#F7D9AB
7#F9E2C0
8#FBECD5
9#FDF5EA

Tones

Muted variations

1#E19D38
2#D89B41
3#CE994A
4#C59854
5#BB965D
6#B29467
7#A89270
8#9F9079
9#968E83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FCF0
#FCF0DF
Light backgroundsTable row hoverSkeleton loading
200
F9E3
#F9E3C3
Secondary backgroundsInput backgroundsDividers
300
F4CE
#F4CE94
BordersInactive statesPlaceholder text
400
EFB4
#EFB45D
Disabled statesSecondary iconsMuted text
500
EA9F
#EA9F2E
Primary brand colorCTAsActive elementsLinks
600
CC83
#CC8314
Hover statesFocus ringsPrimary buttons hover
700
A268
#A26810
Active/pressed statesDark mode accentsSecondary text
800
744A
#744A0B
Text on light backgroundsHeadingsStrong borders
900
4A2F
#4A2F07
Primary textHigh emphasis contentDark headings
950
2E1E
#2E1E05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FEF9F1;
  --orange-100: #FCF0DF;
  --orange-200: #F9E3C3;
  --orange-300: #F4CE94;
  --orange-400: #EFB45D;
  --orange-500: #EA9F2E;
  --orange-600: #CC8314;
  --orange-700: #A26810;
  --orange-800: #744A0B;
  --orange-900: #4A2F07;
  --orange-950: #2E1E05;
}
Generate More ShadesCreate PaletteConvert Color