Orange

#E6B333

Orange

Color Codes

All color formats for development

HEX
#E6B333
RGB
rgb(230, 179, 51)
HSL
hsl(43, 78%, 55%)
OKLCH
oklch(0.793 0.148 85.4)
CMYK
cmyk(0%, 22%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF3
200
#F8E9
300
#F2D8
400
#EBC4
500
#E6B3
600
#C896
700
#9F77
800
#7155
900
#4937
950
#2D22

Shades

Darker variations

1#E1A91C
2#C89619
3#AF8316
4#967113
5#7D5E0F
6#644B0C
7#4B3809
8#322606
9#191303

Tints

Lighter variations

1#E8BB47
2#EBC25C
3#EDCA70
4#F0D184
5#F2D999
6#F5E1AD
7#F7E8C2
8#FAF0D6
9#FCF7EB

Tones

Muted variations

1#DDAF3C
2#D4AB45
3#CBA74E
4#C2A457
5#B9A05F
6#B09C68
7#A79871
8#9E947A
9#959083

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF3
#FBF3DF
Light backgroundsTable row hoverSkeleton loading
200
F8E9
#F8E9C4
Secondary backgroundsInput backgroundsDividers
300
F2D8
#F2D897
BordersInactive statesPlaceholder text
400
EBC4
#EBC460
Disabled statesSecondary iconsMuted text
500
E6B3
#E6B333
Primary brand colorCTAsActive elementsLinks
600
C896
#C89619
Hover statesFocus ringsPrimary buttons hover
700
9F77
#9F7714
Active/pressed statesDark mode accentsSecondary text
800
7155
#71550E
Text on light backgroundsHeadingsStrong borders
900
4937
#493709
Primary textHigh emphasis contentDark headings
950
2D22
#2D2206
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFAF1;
  --orange-100: #FBF3DF;
  --orange-200: #F8E9C4;
  --orange-300: #F2D897;
  --orange-400: #EBC460;
  --orange-500: #E6B333;
  --orange-600: #C89619;
  --orange-700: #9F7714;
  --orange-800: #71550E;
  --orange-900: #493709;
  --orange-950: #2D2206;
}
Generate More ShadesCreate PaletteConvert Color