Orange

#E09D00

Orange

Color Codes

All color formats for development

HEX
#E09D00
RGB
rgb(224, 157, 0)
HSL
hsl(42, 100%, 44%)
OKLCH
oklch(0.742 0.155 78.1)
CMYK
cmyk(0%, 30%, 100%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFA
100
#FFF4
200
#FFEB
300
#FFDC
400
#FFC9
500
#FFBA
600
#E09D
700
#B37D
800
#8059
900
#5239
950
#3324

Shades

Darker variations

1#CA8D00
2#B47E00
3#9D6E00
4#875E00
5#704F00
6#5A3F00
7#432F00
8#2D1F00
9#161000

Tints

Lighter variations

1#FDB100
2#FFBA1B
3#FFC337
4#FFCC54
5#FFD470
6#FFDD8D
7#FFE5A9
8#FFEEC6
9#FFF6E2

Tones

Muted variations

1#D5990B
2#CA9416
3#BF9022
4#B48B2D
5#A88738
6#9D8243
7#927E4F
8#87795A
9#7B7565

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFA
#FFFAF0
BackgroundsSubtle highlightsCard backgrounds
100
FFF4
#FFF4DB
Light backgroundsTable row hoverSkeleton loading
200
FFEB
#FFEBBD
Secondary backgroundsInput backgroundsDividers
300
FFDC
#FFDC8A
BordersInactive statesPlaceholder text
400
FFC9
#FFC94D
Disabled statesSecondary iconsMuted text
500
FFBA
#FFBA1A
Primary brand colorCTAsActive elementsLinks
600
E09D
#E09D00
Hover statesFocus ringsPrimary buttons hover
700
B37D
#B37D00
Active/pressed statesDark mode accentsSecondary text
800
8059
#805900
Text on light backgroundsHeadingsStrong borders
900
5239
#523900
Primary textHigh emphasis contentDark headings
950
3324
#332400
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FFFAF0;
  --orange-100: #FFF4DB;
  --orange-200: #FFEBBD;
  --orange-300: #FFDC8A;
  --orange-400: #FFC94D;
  --orange-500: #FFBA1A;
  --orange-600: #E09D00;
  --orange-700: #B37D00;
  --orange-800: #805900;
  --orange-900: #523900;
  --orange-950: #332400;
}
Generate More ShadesCreate PaletteConvert Color