Orange

#E0B638

Yellow

Color Codes

All color formats for development

HEX
#E0B638
RGB
rgb(224, 182, 56)
HSL
hsl(45, 73%, 55%)
OKLCH
oklch(0.793 0.144 89.5)
CMYK
cmyk(0%, 19%, 75%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF4
200
#F6EA
300
#EFDA
400
#E7C6
500
#E0B6
600
#C299
700
#9A7A
800
#6E57
900
#4738
950
#2C23

Shades

Darker variations

1#DAAC22
2#C2991E
3#AA861B
4#927317
5#796013
6#614D0F
7#49390B
8#312608
9#181304

Tints

Lighter variations

1#E3BD4C
2#E6C560
3#E9CC74
4#ECD388
5#F0DB9C
6#F3E2B0
7#F6E9C3
8#F9F0D7
9#FCF8EB

Tones

Muted variations

1#D8B241
2#CFAE49
3#C7AA52
4#BFA55A
5#B6A162
6#AE9D6B
7#A59973
8#9D957B
9#959084

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF4
#FAF4E0
Light backgroundsTable row hoverSkeleton loading
200
F6EA
#F6EAC6
Secondary backgroundsInput backgroundsDividers
300
EFDA
#EFDA9A
BordersInactive statesPlaceholder text
400
E7C6
#E7C665
Disabled statesSecondary iconsMuted text
500
E0B6
#E0B638
Primary brand colorCTAsActive elementsLinks
600
C299
#C2991E
Hover statesFocus ringsPrimary buttons hover
700
9A7A
#9A7A18
Active/pressed statesDark mode accentsSecondary text
800
6E57
#6E5711
Text on light backgroundsHeadingsStrong borders
900
4738
#47380B
Primary textHigh emphasis contentDark headings
950
2C23
#2C2307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFAF2;
  --orange-100: #FAF4E0;
  --orange-200: #F6EAC6;
  --orange-300: #EFDA9A;
  --orange-400: #E7C665;
  --orange-500: #E0B638;
  --orange-600: #C2991E;
  --orange-700: #9A7A18;
  --orange-800: #6E5711;
  --orange-900: #47380B;
  --orange-950: #2C2307;
}
Generate More ShadesCreate PaletteConvert Color