Coral

#E2A936

Orange

Color Codes

All color formats for development

HEX
#E2A936
RGB
rgb(226, 169, 54)
HSL
hsl(40, 75%, 55%)
OKLCH
oklch(0.769 0.141 80.7)
CMYK
cmyk(0%, 25%, 76%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF2
200
#F7E6
300
#F0D3
400
#E9BC
500
#E2A9
600
#C48C
700
#9C70
800
#7050
900
#4733
950
#2D20

Shades

Darker variations

1#DD9E20
2#C48C1C
3#AC7B19
4#936915
5#7B5812
6#62460E
7#4A350B
8#312307
9#191204

Tints

Lighter variations

1#E5B24A
2#E8BA5E
3#EBC372
4#EECB87
5#F1D49B
6#F4DDAF
7#F6E5C3
8#F9EED7
9#FCF6EB

Tones

Muted variations

1#DAA63F
2#D1A347
3#C8A050
4#C09D59
5#B79B61
6#AF986A
7#A69572
8#9D927B
9#958F84

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FBF2
#FBF2E0
Light backgroundsTable row hoverSkeleton loading
200
F7E6
#F7E6C5
Secondary backgroundsInput backgroundsDividers
300
F0D3
#F0D398
BordersInactive statesPlaceholder text
400
E9BC
#E9BC63
Disabled statesSecondary iconsMuted text
500
E2A9
#E2A936
Primary brand colorCTAsActive elementsLinks
600
C48C
#C48C1C
Hover statesFocus ringsPrimary buttons hover
700
9C70
#9C7016
Active/pressed statesDark mode accentsSecondary text
800
7050
#705010
Text on light backgroundsHeadingsStrong borders
900
4733
#47330A
Primary textHigh emphasis contentDark headings
950
2D20
#2D2006
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF9F2;
  --coral-100: #FBF2E0;
  --coral-200: #F7E6C5;
  --coral-300: #F0D398;
  --coral-400: #E9BC63;
  --coral-500: #E2A936;
  --coral-600: #C48C1C;
  --coral-700: #9C7016;
  --coral-800: #705010;
  --coral-900: #47330A;
  --coral-950: #2D2006;
}
Generate More ShadesCreate PaletteConvert Color