Coral
#FD8C4E
OrangeColor Codes
All color formats for development
HEX
#FD8C4ERGB
rgb(253, 140, 78)HSL
hsl(21, 98%, 65%)OKLCH
oklch(0.752 0.157 47.6)CMYK
cmyk(0%, 45%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD762D
2#FD610D
3#E65202
4#C54602
5#A43B02
6#832F01
7#622301
8#421701
9#210C00
Tints
Lighter variations
1#FD9760
2#FEA372
3#FEAE83
4#FEBA95
5#FEC5A7
6#FED1B8
7#FEDCCA
8#FFE8DC
9#FFF3ED
Tones
Muted variations
1#F48E57
2#EC9160
3#E39369
4#DA9671
5#D1997A
6#C99B83
7#C09E8C
8#B7A194
9#AEA39D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE8 #FFE8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED4 #FED4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEB3 #FEB38B | BordersInactive statesPlaceholder text |
| 400 | FD8C #FD8C4E | Disabled statesSecondary iconsMuted text |
| 500 | FD6B #FD6B1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE4F #DE4F02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B13F #B13F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E2D #7E2D01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 511D #511D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3212 #321201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF5F0;
--coral-100: #FFE8DC;
--coral-200: #FED4BD;
--coral-300: #FEB38B;
--coral-400: #FD8C4E;
--coral-500: #FD6B1C;
--coral-600: #DE4F02;
--coral-700: #B13F02;
--coral-800: #7E2D01;
--coral-900: #511D01;
--coral-950: #321201;
}