Coral
#F87D54
OrangeColor Codes
All color formats for development
HEX
#F87D54RGB
rgb(248, 125, 84)HSL
hsl(15, 92%, 65%)OKLCH
oklch(0.723 0.161 38.9)CMYK
cmyk(0%, 50%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76434
2#F54C14
3#DF3F09
4#BF3608
5#9F2D07
6#7F2405
7#5F1B04
8#401203
9#200901
Tints
Lighter variations
1#F98A65
2#F99776
3#FAA487
4#FBB198
5#FBBEA9
6#FCCBBA
7#FDD8CC
8#FEE5DD
9#FEF2EE
Tones
Muted variations
1#F0815C
2#E78564
3#DF896C
4#D78D74
5#CF917D
6#C79585
7#BE998D
8#B69E95
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE5 #FEE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA9 #FAA98E | BordersInactive statesPlaceholder text |
| 400 | F87D #F87D54 | Disabled statesSecondary iconsMuted text |
| 500 | F657 #F65723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D73D #D73D09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB30 #AB3007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A22 #7A2205 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1603 | Primary textHigh emphasis contentDark headings |
| 950 | 310E #310E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FEE5DD;
--coral-200: #FCCFBF;
--coral-300: #FAA98E;
--coral-400: #F87D54;
--coral-500: #F65723;
--coral-600: #D73D09;
--coral-700: #AB3007;
--coral-800: #7A2205;
--coral-900: #4E1603;
--coral-950: #310E02;
}