Coral

#E5A434

Orange

Color Codes

All color formats for development

HEX
#E5A434
RGB
rgb(229, 164, 52)
HSL
hsl(38, 77%, 55%)
OKLCH
oklch(0.763 0.143 76.3)
CMYK
cmyk(0%, 28%, 77%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F7E5
300
#F2D0
400
#EAB8
500
#E5A4
600
#C787
700
#9E6C
800
#714D
900
#4831
950
#2D1F

Shades

Darker variations

1#DF981D
2#C7871A
3#AE7617
4#956513
5#7C5510
6#63440D
7#4A330A
8#322206
9#191103

Tints

Lighter variations

1#E7AD48
2#EAB65D
3#EDBF71
4#EFC885
5#F2D199
6#F4DBAE
7#F7E4C2
8#FAEDD6
9#FCF6EB

Tones

Muted variations

1#DCA13D
2#D39F46
3#CA9D4E
4#C19A57
5#B89860
6#B09669
7#A79372
8#9E917B
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
F7E5
#F7E5C4
Secondary backgroundsInput backgroundsDividers
300
F2D0
#F2D097
BordersInactive statesPlaceholder text
400
EAB8
#EAB861
Disabled statesSecondary iconsMuted text
500
E5A4
#E5A434
Primary brand colorCTAsActive elementsLinks
600
C787
#C7871A
Hover statesFocus ringsPrimary buttons hover
700
9E6C
#9E6C15
Active/pressed statesDark mode accentsSecondary text
800
714D
#714D0F
Text on light backgroundsHeadingsStrong borders
900
4831
#483109
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: #F7E5C4;
  --coral-300: #F2D097;
  --coral-400: #EAB861;
  --coral-500: #E5A434;
  --coral-600: #C7871A;
  --coral-700: #9E6C15;
  --coral-800: #714D0F;
  --coral-900: #483109;
  --coral-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color