Coral
#F89354
OrangeColor Codes
All color formats for development
HEX
#F89354RGB
rgb(248, 147, 84)HSL
hsl(23, 92%, 65%)OKLCH
oklch(0.758 0.145 51)CMYK
cmyk(0%, 41%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F77E34
2#F56A14
3#DF5B09
4#BF4E08
5#9F4107
6#7F3405
7#5F2704
8#401A03
9#200D01
Tints
Lighter variations
1#F99D65
2#F9A876
3#FAB387
4#FBBE98
5#FBC9A9
6#FCD4BA
7#FDDECC
8#FEE9DD
9#FEF4EE
Tones
Muted variations
1#F0955C
2#E79664
3#DF986C
4#D79A74
5#CF9C7D
6#C79E85
7#BEA08D
8#B6A295
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE9 #FEE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD7 #FCD7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB8 #FAB88E | BordersInactive statesPlaceholder text |
| 400 | F893 #F89354 | Disabled statesSecondary iconsMuted text |
| 500 | F674 #F67423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D758 #D75809 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB46 #AB4607 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A32 #7A3205 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E20 #4E2003 | Primary textHigh emphasis contentDark headings |
| 950 | 3114 #311402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F0;
--coral-100: #FEE9DD;
--coral-200: #FCD7BF;
--coral-300: #FAB88E;
--coral-400: #F89354;
--coral-500: #F67423;
--coral-600: #D75809;
--coral-700: #AB4607;
--coral-800: #7A3205;
--coral-900: #4E2003;
--coral-950: #311402;
}