Coral

#E6A733

Orange

Color Codes

All color formats for development

HEX
#E6A733
RGB
rgb(230, 167, 51)
HSL
hsl(39, 78%, 55%)
OKLCH
oklch(0.769 0.144 78)
CMYK
cmyk(0%, 27%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F8E6
300
#F2D2
400
#EBBB
500
#E6A7
600
#C88A
700
#9F6E
800
#714F
900
#4932
950
#2D1F

Shades

Darker variations

1#E19C1C
2#C88A19
3#AF7916
4#966813
5#7D570F
6#64450C
7#4B3409
8#322306
9#191103

Tints

Lighter variations

1#E8B047
2#EBB95C
3#EDC170
4#F0CA84
5#F2D399
6#F5DCAD
7#F7E5C2
8#FAEDD6
9#FCF6EB

Tones

Muted variations

1#DDA43C
2#D4A245
3#CB9F4E
4#C29C57
5#B99A5F
6#B09768
7#A79471
8#9E927A
9#958F83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF1
#FBF1DF
Light backgroundsTable row hoverSkeleton loading
200
F8E6
#F8E6C4
Secondary backgroundsInput backgroundsDividers
300
F2D2
#F2D297
BordersInactive statesPlaceholder text
400
EBBB
#EBBB60
Disabled statesSecondary iconsMuted text
500
E6A7
#E6A733
Primary brand colorCTAsActive elementsLinks
600
C88A
#C88A19
Hover statesFocus ringsPrimary buttons hover
700
9F6E
#9F6E14
Active/pressed statesDark mode accentsSecondary text
800
714F
#714F0E
Text on light backgroundsHeadingsStrong borders
900
4932
#493209
Primary textHigh emphasis contentDark headings
950
2D1F
#2D1F06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF9F1;
  --coral-100: #FBF1DF;
  --coral-200: #F8E6C4;
  --coral-300: #F2D297;
  --coral-400: #EBBB60;
  --coral-500: #E6A733;
  --coral-600: #C88A19;
  --coral-700: #9F6E14;
  --coral-800: #714F0E;
  --coral-900: #493209;
  --coral-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color