Coral

#E0AE38

Orange

Color Codes

All color formats for development

HEX
#E0AE38
RGB
rgb(224, 174, 56)
HSL
hsl(42, 73%, 55%)
OKLCH
oklch(0.777 0.141 84.6)
CMYK
cmyk(0%, 22%, 75%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF2
200
#F6E8
300
#EFD5
400
#E7C0
500
#E0AE
600
#C291
700
#9A73
800
#6E52
900
#4735
950
#2C21

Shades

Darker variations

1#DAA322
2#C2911E
3#AA7F1B
4#926D17
5#795B13
6#61480F
7#49360B
8#312408
9#181204

Tints

Lighter variations

1#E3B64C
2#E6BE60
3#E9C674
4#ECCE88
5#F0D69C
6#F3DFB0
7#F6E7C3
8#F9EFD7
9#FCF7EB

Tones

Muted variations

1#D8AA41
2#CFA749
3#C7A452
4#BFA05A
5#B69D62
6#AE9A6B
7#A59673
8#9D937B
9#959084

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF2
#FAF2E0
Light backgroundsTable row hoverSkeleton loading
200
F6E8
#F6E8C6
Secondary backgroundsInput backgroundsDividers
300
EFD5
#EFD59A
BordersInactive statesPlaceholder text
400
E7C0
#E7C065
Disabled statesSecondary iconsMuted text
500
E0AE
#E0AE38
Primary brand colorCTAsActive elementsLinks
600
C291
#C2911E
Hover statesFocus ringsPrimary buttons hover
700
9A73
#9A7318
Active/pressed statesDark mode accentsSecondary text
800
6E52
#6E5211
Text on light backgroundsHeadingsStrong borders
900
4735
#47350B
Primary textHigh emphasis contentDark headings
950
2C21
#2C2107
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDFAF2;
  --coral-100: #FAF2E0;
  --coral-200: #F6E8C6;
  --coral-300: #EFD59A;
  --coral-400: #E7C065;
  --coral-500: #E0AE38;
  --coral-600: #C2911E;
  --coral-700: #9A7318;
  --coral-800: #6E5211;
  --coral-900: #47350B;
  --coral-950: #2C2107;
}
Generate More ShadesCreate PaletteConvert Color