Coral

#ED8C5E

Orange

Color Codes

All color formats for development

HEX
#ED8C5E
RGB
rgb(237, 140, 94)
HSL
hsl(19, 80%, 65%)
OKLCH
oklch(0.734 0.133 45.4)
CMYK
cmyk(0%, 41%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE8
200
#F8D4
300
#F3B3
400
#ED8C
500
#E86B
600
#CA4F
700
#A13F
800
#732D
900
#491D
950
#2E12

Shades

Darker variations

1#EA7641
2#E76123
3#D15217
4#B34614
5#953B11
6#772F0D
7#5A230A
8#3C1707
9#1E0C03

Tints

Lighter variations

1#EF976E
2#F1A37E
3#F3AE8F
4#F4BA9F
5#F6C5AF
6#F8D1BF
7#FADCCF
8#FBE8DF
9#FDF3EF

Tones

Muted variations

1#E68E65
2#DF916D
3#D89374
4#D1967B
5#C99982
6#C29B89
7#BB9E90
8#B4A197
9#ADA39F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE8
#FBE8DF
Light backgroundsTable row hoverSkeleton loading
200
F8D4
#F8D4C3
Secondary backgroundsInput backgroundsDividers
300
F3B3
#F3B395
BordersInactive statesPlaceholder text
400
ED8C
#ED8C5E
Disabled statesSecondary iconsMuted text
500
E86B
#E86B30
Primary brand colorCTAsActive elementsLinks
600
CA4F
#CA4F16
Hover statesFocus ringsPrimary buttons hover
700
A13F
#A13F12
Active/pressed statesDark mode accentsSecondary text
800
732D
#732D0D
Text on light backgroundsHeadingsStrong borders
900
491D
#491D08
Primary textHigh emphasis contentDark headings
950
2E12
#2E1205
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF5F1;
  --coral-100: #FBE8DF;
  --coral-200: #F8D4C3;
  --coral-300: #F3B395;
  --coral-400: #ED8C5E;
  --coral-500: #E86B30;
  --coral-600: #CA4F16;
  --coral-700: #A13F12;
  --coral-800: #732D0D;
  --coral-900: #491D08;
  --coral-950: #2E1205;
}
Generate More ShadesCreate PaletteConvert Color