Coral
#ED8F2C
OrangeColor Codes
All color formats for development
HEX
#ED8F2CRGB
rgb(237, 143, 44)HSL
hsl(31, 84%, 55%)OKLCH
oklch(0.734 0.155 61.4)CMYK
cmyk(0%, 40%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E88214
2#CE7312
3#B56510
4#9B570D
5#81480B
6#673A09
7#4D2B07
8#341D04
9#1A0E02
Tints
Lighter variations
1#EE9B41
2#F0A656
3#F2B16B
4#F4BC80
5#F6C795
6#F8D2AB
7#F9DEC0
8#FBE9D5
9#FDF4EA
Tones
Muted variations
1#E38F35
2#D98F3F
3#D08E49
4#C68E52
5#BC8E5C
6#B38E66
7#A98D6F
8#A08D79
9#968D83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEE #FCEEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FADF #FADFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6C6 #F6C693 | BordersInactive statesPlaceholder text |
| 400 | F1A8 #F1A85B | Disabled statesSecondary iconsMuted text |
| 500 | ED8F #ED8F2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE73 #CE7312 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A45C #A45C0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7542 #75420A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2A #4B2A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1A #2F1A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCEEDE;
--coral-200: #FADFC2;
--coral-300: #F6C693;
--coral-400: #F1A85B;
--coral-500: #ED8F2C;
--coral-600: #CE7312;
--coral-700: #A45C0E;
--coral-800: #75420A;
--coral-900: #4B2A07;
--coral-950: #2F1A04;
}