Coral
#F8B154
OrangeColor Codes
All color formats for development
HEX
#F8B154RGB
rgb(248, 177, 84)HSL
hsl(34, 92%, 65%)OKLCH
oklch(0.811 0.136 71)CMYK
cmyk(0%, 29%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7A234
2#F59414
3#DF8209
4#BF7008
5#9F5D07
6#7F4A05
7#5F3804
8#402503
9#201301
Tints
Lighter variations
1#F9B965
2#F9C076
3#FAC887
4#FBD098
5#FBD8A9
6#FCE0BA
7#FDE8CC
8#FEEFDD
9#FEF7EE
Tones
Muted variations
1#F0B05C
2#E7AF64
3#DFAD6C
4#D7AC74
5#CFAB7D
6#C7AA85
7#BEA98D
8#B6A895
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 | FCE2 #FCE2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACC #FACC8E | BordersInactive statesPlaceholder text |
| 400 | F8B1 #F8B154 | Disabled statesSecondary iconsMuted text |
| 500 | F69A #F69A23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D77E #D77E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB64 #AB6407 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A48 #7A4805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2E #4E2E03 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F0;
--coral-100: #FEEFDD;
--coral-200: #FCE2BF;
--coral-300: #FACC8E;
--coral-400: #F8B154;
--coral-500: #F69A23;
--coral-600: #D77E09;
--coral-700: #AB6407;
--coral-800: #7A4805;
--coral-900: #4E2E03;
--coral-950: #311D02;
}