Orange

#E5BE34

Yellow

Color Codes

All color formats for development

HEX
#E5BE34
RGB
rgb(229, 190, 52)
HSL
hsl(47, 77%, 55%)
OKLCH
oklch(0.813 0.152 92.1)
CMYK
cmyk(0%, 17%, 77%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF5
200
#F7EC
300
#F2DE
400
#EACD
500
#E5BE
600
#C7A1
700
#9E80
800
#715C
900
#483B
950
#2D25

Shades

Darker variations

1#DFB51D
2#C7A11A
3#AE8D17
4#957913
5#7C6510
6#63510D
7#4A3C0A
8#322806
9#191403

Tints

Lighter variations

1#E7C548
2#EACB5D
3#EDD271
4#EFD885
5#F2DF99
6#F4E5AE
7#F7ECC2
8#FAF2D6
9#FCF9EB

Tones

Muted variations

1#DCB93D
2#D3B446
3#CAAF4E
4#C1AA57
5#B8A560
6#B0A069
7#A79B72
8#9E967B
9#959183

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF5
#FBF5DF
Light backgroundsTable row hoverSkeleton loading
200
F7EC
#F7ECC4
Secondary backgroundsInput backgroundsDividers
300
F2DE
#F2DE97
BordersInactive statesPlaceholder text
400
EACD
#EACD61
Disabled statesSecondary iconsMuted text
500
E5BE
#E5BE34
Primary brand colorCTAsActive elementsLinks
600
C7A1
#C7A11A
Hover statesFocus ringsPrimary buttons hover
700
9E80
#9E8015
Active/pressed statesDark mode accentsSecondary text
800
715C
#715C0F
Text on light backgroundsHeadingsStrong borders
900
483B
#483B09
Primary textHigh emphasis contentDark headings
950
2D25
#2D2506
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFBF1;
  --orange-100: #FBF5DF;
  --orange-200: #F7ECC4;
  --orange-300: #F2DE97;
  --orange-400: #EACD61;
  --orange-500: #E5BE34;
  --orange-600: #C7A11A;
  --orange-700: #9E8015;
  --orange-800: #715C0F;
  --orange-900: #483B09;
  --orange-950: #2D2506;
}
Generate More ShadesCreate PaletteConvert Color