Coral
#F8AE54
OrangeColor Codes
All color formats for development
HEX
#F8AE54RGB
rgb(248, 174, 84)HSL
hsl(33, 92%, 65%)OKLCH
oklch(0.805 0.136 68.9)CMYK
cmyk(0%, 30%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F79F34
2#F59014
3#DF7F09
4#BF6D08
5#9F5A07
6#7F4805
7#5F3604
8#402403
9#201201
Tints
Lighter variations
1#F9B665
2#F9BE76
3#FAC687
4#FBCE98
5#FBD6A9
6#FCDFBA
7#FDE7CC
8#FEEFDD
9#FEF7EE
Tones
Muted variations
1#F0AD5C
2#E7AC64
3#DFAB6C
4#D7AB74
5#CFAA7D
6#C7A985
7#BEA88D
8#B6A795
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE1 #FCE1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACA #FACA8E | BordersInactive statesPlaceholder text |
| 400 | F8AE #F8AE54 | Disabled statesSecondary iconsMuted text |
| 500 | F697 #F69723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D77B #D77B09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB61 #AB6107 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A46 #7A4605 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2D #4E2D03 | Primary textHigh emphasis contentDark headings |
| 950 | 311C #311C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F0;
--coral-100: #FEEFDD;
--coral-200: #FCE1BF;
--coral-300: #FACA8E;
--coral-400: #F8AE54;
--coral-500: #F69723;
--coral-600: #D77B09;
--coral-700: #AB6107;
--coral-800: #7A4605;
--coral-900: #4E2D03;
--coral-950: #311C02;
}