Coral
#F89E54
OrangeColor Codes
All color formats for development
HEX
#F89E54RGB
rgb(248, 158, 84)HSL
hsl(27, 92%, 65%)OKLCH
oklch(0.777 0.14 58)CMYK
cmyk(0%, 36%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F78B34
2#F57914
3#DF6909
4#BF5A08
5#9F4B07
6#7F3C05
7#5F2D04
8#401E03
9#200F01
Tints
Lighter variations
1#F9A765
2#F9B176
3#FABB87
4#FBC598
5#FBCEA9
6#FCD8BA
7#FDE2CC
8#FEECDD
9#FEF5EE
Tones
Muted variations
1#F09E5C
2#E79F64
3#DFA06C
4#D7A174
5#CFA27D
6#C7A285
7#BEA38D
8#B6A495
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEC #FEECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDB #FCDBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FABF #FABF8E | BordersInactive statesPlaceholder text |
| 400 | F89E #F89E54 | Disabled statesSecondary iconsMuted text |
| 500 | F682 #F68223 | Primary brand colorCTAsActive elementsLinks |
| 600 | D766 #D76609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB51 #AB5107 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A3A #7A3A05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E25 #4E2503 | Primary textHigh emphasis contentDark headings |
| 950 | 3117 #311702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF7F0;
--coral-100: #FEECDD;
--coral-200: #FCDBBF;
--coral-300: #FABF8E;
--coral-400: #F89E54;
--coral-500: #F68223;
--coral-600: #D76609;
--coral-700: #AB5107;
--coral-800: #7A3A05;
--coral-900: #4E2503;
--coral-950: #311702;
}