Coral
#F89B54
OrangeColor Codes
All color formats for development
HEX
#F89B54RGB
rgb(248, 155, 84)HSL
hsl(26, 92%, 65%)OKLCH
oklch(0.771 0.141 56)CMYK
cmyk(0%, 38%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F78834
2#F57614
3#DF6609
4#BF5708
5#9F4907
6#7F3A05
7#5F2C04
8#401D03
9#200F01
Tints
Lighter variations
1#F9A565
2#F9AF76
3#FAB987
4#FBC398
5#FBCDA9
6#FCD7BA
7#FDE1CC
8#FEEBDD
9#FEF5EE
Tones
Muted variations
1#F09C5C
2#E79D64
3#DF9E6C
4#D79F74
5#CFA07D
6#C7A185
7#BEA28D
8#B6A495
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEB #FEEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDA #FCDABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FABD #FABD8E | BordersInactive statesPlaceholder text |
| 400 | F89B #F89B54 | Disabled statesSecondary iconsMuted text |
| 500 | F67E #F67E23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D762 #D76209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB4E #AB4E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A38 #7A3805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E24 #4E2403 | Primary textHigh emphasis contentDark headings |
| 950 | 3116 #311602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F0;
--coral-100: #FEEBDD;
--coral-200: #FCDABF;
--coral-300: #FABD8E;
--coral-400: #F89B54;
--coral-500: #F67E23;
--coral-600: #D76209;
--coral-700: #AB4E07;
--coral-800: #7A3805;
--coral-900: #4E2403;
--coral-950: #311602;
}